summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux/popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/linux/popup.css')
-rw-r--r--src/chrome/os/linux/popup.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/chrome/os/linux/popup.css b/src/chrome/os/linux/popup.css
index e5e653b..bc434e9 100644
--- a/src/chrome/os/linux/popup.css
+++ b/src/chrome/os/linux/popup.css
@@ -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(43,43,43); 23 background: rgb(0,0,0);
24} 24}
25 25
26/* ::::: arrow panel ::::: */ 26/* ::::: arrow panel ::::: */
@@ -44,7 +44,7 @@ panel[type="arrow"][side="right"] {
44.panel-arrowcontent { 44.panel-arrowcontent {
45 padding: 10px; 45 padding: 10px;
46 color: #fff; 46 color: #fff;
47 background: rgb(50,50,50); 47 background: rgb(0,0,0);
48 border: 1px solid rgb(75,75,75); 48 border: 1px solid rgb(75,75,75);
49} 49}
50 50
@@ -87,11 +87,11 @@ panel[type="arrow"][side="right"] {
87tooltip { 87tooltip {
88 -moz-appearance: none; 88 -moz-appearance: none;
89 margin-top: 21px; 89 margin-top: 21px;
90 border: 1px solid rgb(75,75,75); 90 border: 1px solid rgb(64,64,64);
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(110,110,110); 94 background-color: rgb(0,0,0);
95 color: #fff; 95 color: #fff;
96 font: message-box; 96 font: message-box;
97} 97}
@@ -109,4 +109,3 @@ menulist > menupopup {
109 padding: 0px; 109 padding: 0px;
110 min-width: 0px; 110 min-width: 0px;
111} 111}
112