summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin/popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/darwin/popup.css')
-rw-r--r--src/chrome/os/darwin/popup.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/os/darwin/popup.css b/src/chrome/os/darwin/popup.css
index e10ccce..bacf149 100644
--- a/src/chrome/os/darwin/popup.css
+++ b/src/chrome/os/darwin/popup.css
@@ -5,8 +5,8 @@
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6 6
7.panel-arrowcontent { 7.panel-arrowcontent {
8 --panel-arrowcontent-background: rgb(0,0,0); 8 --panel-arrowcontent-background: #181411;
9 --panel-arrowcontent-color: #fff; 9 --panel-arrowcontent-color: #ffffff;
10 --panel-arrowcontent-border: rgb(64,64,64); 10 --panel-arrowcontent-border: rgb(64,64,64);
11} 11}
12 12
@@ -15,7 +15,7 @@ panel {
15 border: 1px solid transparent; 15 border: 1px solid transparent;
16 padding: 0px; 16 padding: 0px;
17 min-width: 1px; 17 min-width: 1px;
18 color: #fff; 18 color: #bfbbb6;
19} 19}
20 20
21menupopup { 21menupopup {
@@ -24,7 +24,7 @@ menupopup {
24 -moz-border-left-colors : rgb(64,64,64); 24 -moz-border-left-colors : rgb(64,64,64);
25 -moz-border-right-colors : rgb(64,64,64); 25 -moz-border-right-colors : rgb(64,64,64);
26 -moz-border-bottom-colors: rgb(64,64,64); 26 -moz-border-bottom-colors: rgb(64,64,64);
27 background: rgb(0,0,0); 27 background: #181411;
28} 28}
29 29
30menupopup > menu > menupopup { 30menupopup > menu > menupopup {
@@ -105,7 +105,7 @@ tooltip {
105 padding: 2px 3px; 105 padding: 2px 3px;
106 max-width: 40em; 106 max-width: 40em;
107 background-color: rgb(1,1,1); 107 background-color: rgb(1,1,1);
108 color: #fff; 108 color: #bfbbb6;
109 font: message-box; 109 font: message-box;
110} 110}
111 111