summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux/popup.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/os/linux/popup.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/os/linux/popup.css')
-rw-r--r--src/chrome/os/linux/popup.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/os/linux/popup.css b/src/chrome/os/linux/popup.css
index bc434e9..16aa9db 100644
--- a/src/chrome/os/linux/popup.css
+++ b/src/chrome/os/linux/popup.css
@@ -11,7 +11,7 @@ panel {
11 border: 1px solid transparent; 11 border: 1px solid transparent;
12 padding: 0px; 12 padding: 0px;
13 min-width: 1px; 13 min-width: 1px;
14 color: #fff; 14 color: #bfbbb6;
15} 15}
16 16
17menupopup { 17menupopup {
@@ -20,7 +20,7 @@ menupopup {
20 -moz-border-left-colors : rgb(75,75,75); 20 -moz-border-left-colors : rgb(75,75,75);
21 -moz-border-right-colors : rgb(23,23,23); 21 -moz-border-right-colors : rgb(23,23,23);
22 -moz-border-bottom-colors: rgb(23,23,23); 22 -moz-border-bottom-colors: rgb(23,23,23);
23 background: rgb(0,0,0); 23 background: #181411;
24} 24}
25 25
26/* ::::: arrow panel ::::: */ 26/* ::::: arrow panel ::::: */
@@ -43,8 +43,8 @@ panel[type="arrow"][side="right"] {
43 43
44.panel-arrowcontent { 44.panel-arrowcontent {
45 padding: 10px; 45 padding: 10px;
46 color: #fff; 46 color: #bfbbb6;
47 background: rgb(0,0,0); 47 background: #181411;
48 border: 1px solid rgb(75,75,75); 48 border: 1px solid rgb(75,75,75);
49} 49}
50 50
@@ -91,8 +91,8 @@ tooltip {
91 /* GTK hardcodes this to 4px */ 91 /* GTK hardcodes this to 4px */
92 padding: 4px; 92 padding: 4px;
93 max-width: 40em; 93 max-width: 40em;
94 background-color: rgb(0,0,0); 94 background-color: #181411;
95 color: #fff; 95 color: #bfbbb6;
96 font: message-box; 96 font: message-box;
97} 97}
98 98