summaryrefslogtreecommitdiff
path: root/src/chrome/global/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/global.css')
-rw-r--r--src/chrome/global/global.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/global/global.css b/src/chrome/global/global.css
index 93b282a..1cbd412 100644
--- a/src/chrome/global/global.css
+++ b/src/chrome/global/global.css
@@ -34,8 +34,8 @@ dialog,
34wizard, 34wizard,
35prefwindow { 35prefwindow {
36 -moz-appearance: none; 36 -moz-appearance: none;
37 background-color: rgb(0,0,0); 37 background-color: #181411;
38 color: #fff; 38 color: #bfbbb6;
39 font: message-box; 39 font: message-box;
40} 40}
41 41
@@ -91,7 +91,7 @@ statusbar {
91 border-left: 1px solid rgb(64,64,64); 91 border-left: 1px solid rgb(64,64,64);
92 border-right: 1px solid rgb(64,64,64); 92 border-right: 1px solid rgb(64,64,64);
93 border-bottom: 1px solid rgb(64,64,64); 93 border-bottom: 1px solid rgb(64,64,64);
94 background-color: rgb(0,0,0); 94 background-color: #181411;
95 min-height: 22px; 95 min-height: 22px;
96} 96}
97 97
@@ -131,7 +131,7 @@ statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
131 131
132sidebarheader { 132sidebarheader {
133 height: 25px; 133 height: 25px;
134 background-color: rgb(0,0,0); 134 background-color: #181411;
135 -moz-appearance: toolbox; 135 -moz-appearance: toolbox;
136 border-bottom: 1px solid rgb(64,64,64); 136 border-bottom: 1px solid rgb(64,64,64);
137 border-top: 1px solid rgb(64,64,64); 137 border-top: 1px solid rgb(64,64,64);
@@ -275,7 +275,7 @@ label[disabled="true"]:-moz-system-metric(windows-classic) {
275} 275}
276 276
277.text-link { 277.text-link {
278 color: #fff; 278 color: #bfbbb6;
279 text-decoration: underline; 279 text-decoration: underline;
280 border: 1px solid transparent; 280 border: 1px solid transparent;
281 cursor: pointer; 281 cursor: pointer;