summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin/toolbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/darwin/toolbar.css')
-rw-r--r--src/chrome/os/darwin/toolbar.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/os/darwin/toolbar.css b/src/chrome/os/darwin/toolbar.css
index 6ca6a32..3aa39d5 100644
--- a/src/chrome/os/darwin/toolbar.css
+++ b/src/chrome/os/darwin/toolbar.css
@@ -2,12 +2,12 @@
2 2
3toolbar { 3toolbar {
4 -moz-appearance: none; 4 -moz-appearance: none;
5 background-color: rgb(43,43,43); 5 background-color: rgb(0,0,0);
6 color: #fff; 6 color: #fff;
7 min-width: 1px; 7 min-width: 1px;
8 min-height: 19px; 8 min-height: 19px;
9 border-top: 1px solid rgb(75,75,75); 9 border-top: 1px solid rgb(64,64,64);
10 border-bottom: 1px solid rgb(75,75,75); 10 border-bottom: 1px solid rgb(64,64,64);
11} 11}
12 12
13menubar:-moz-lwtheme, 13menubar:-moz-lwtheme,
@@ -20,7 +20,7 @@ toolbar:-moz-lwtheme {
20 20
21menubar { 21menubar {
22 -moz-appearance: none; 22 -moz-appearance: none;
23 background-color: rgb(43,43,43); 23 background-color: rgb(0,0,0);
24 color: #fff; 24 color: #fff;
25 min-width: 1px; 25 min-width: 1px;
26} 26}