summaryrefslogtreecommitdiff
path: root/src/chrome/os/winnt/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/winnt/browser.css')
-rw-r--r--src/chrome/os/winnt/browser.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/os/winnt/browser.css b/src/chrome/os/winnt/browser.css
index 54efaf6..923a9d8 100644
--- a/src/chrome/os/winnt/browser.css
+++ b/src/chrome/os/winnt/browser.css
@@ -17,7 +17,7 @@
17 box-shadow: none; 17 box-shadow: none;
18 padding: 0 1.5em .05em; 18 padding: 0 1.5em .05em;
19 margin: 0 0 2px; 19 margin: 0 0 2px;
20 color: #fff; 20 color: #bfbbb6;
21} 21}
22 22
23@media (-moz-windows-classic) { 23@media (-moz-windows-classic) {
@@ -177,7 +177,7 @@ toolbarbutton.bookmark-item[open="true"] {
177@media all and (-moz-windows-default-theme) { 177@media all and (-moz-windows-default-theme) {
178 #navigator-toolbox > toolbar:not(:-moz-lwtheme), 178 #navigator-toolbox > toolbar:not(:-moz-lwtheme),
179 #addon-bar:not(:-moz-lwtheme) { 179 #addon-bar:not(:-moz-lwtheme) {
180 background-color: rgb(0,0,0); 180 background-color: #181411;
181 } 181 }
182 182
183 #sidebar-splitter { 183 #sidebar-splitter {
@@ -440,7 +440,7 @@ toolbarbutton.bookmark-item[open="true"] {
440 440
441 #main-window[sizemode=fullscreen]:not(:-moz-lwtheme) { 441 #main-window[sizemode=fullscreen]:not(:-moz-lwtheme) {
442 -moz-appearance: none; 442 -moz-appearance: none;
443 background-color: rgb(0,0,0); 443 background-color: #181411;
444 } 444 }
445 445
446 #main-menubar > menu:not(:-moz-lwtheme) { 446 #main-menubar > menu:not(:-moz-lwtheme) {
@@ -531,7 +531,7 @@ toolbarbutton.bookmark-item[open="true"] {
531 } 531 }
532 532
533 #browser-bottombox:not(:-moz-lwtheme) { 533 #browser-bottombox:not(:-moz-lwtheme) {
534 background-color: rgb(0,0,0); 534 background-color: #181411;
535 background-clip: padding-box; 535 background-clip: padding-box;
536 } 536 }
537 537