summaryrefslogtreecommitdiff
path: root/src/chrome/os/winnt
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/winnt')
-rw-r--r--src/chrome/os/winnt/browser.css8
-rw-r--r--src/chrome/os/winnt/menu.css8
-rw-r--r--src/chrome/os/winnt/menulist.css10
-rw-r--r--src/chrome/os/winnt/notification.css6
-rw-r--r--src/chrome/os/winnt/popup.css12
-rw-r--r--src/chrome/os/winnt/radio.css4
-rw-r--r--src/chrome/os/winnt/scrollbars.css28
-rw-r--r--src/chrome/os/winnt/toolbar.css8
-rw-r--r--src/chrome/os/winnt/toolbarbutton.css6
9 files changed, 45 insertions, 45 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
diff --git a/src/chrome/os/winnt/menu.css b/src/chrome/os/winnt/menu.css
index 5970404..7e4f0b8 100644
--- a/src/chrome/os/winnt/menu.css
+++ b/src/chrome/os/winnt/menu.css
@@ -118,7 +118,7 @@ menubar > menu {
118} 118}
119 119
120menubar > menu[_moz-menuactive="true"]:not([disabled="true"]) { 120menubar > menu[_moz-menuactive="true"]:not([disabled="true"]) {
121 color: #fff; 121 color: #bfbbb6;
122} 122}
123 123
124menubar > menu[_moz-menuactive="true"][open="true"] { 124menubar > menu[_moz-menuactive="true"][open="true"] {
@@ -136,7 +136,7 @@ menubar > menu:-moz-lwtheme:not([disabled="true"]) {
136 136
137menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) { 137menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) {
138 background-color: rgb(64,64,64); 138 background-color: rgb(64,64,64);
139 color: #fff !important; 139 color: #bfbbb6 !important;
140 text-shadow: none; 140 text-shadow: none;
141} 141}
142 142
@@ -167,7 +167,7 @@ menu[_moz-menuactive="true"],
167menuitem[_moz-menuactive="true"], 167menuitem[_moz-menuactive="true"],
168.splitmenu-menuitem[_moz-menuactive="true"] { 168.splitmenu-menuitem[_moz-menuactive="true"] {
169 background-color: rgb(64,64,64) !important; 169 background-color: rgb(64,64,64) !important;
170 color: #fff !important; 170 color: #bfbbb6 !important;
171} 171}
172 172
173/* ::::: menu/menuitems in menulist popups ::::: */ 173/* ::::: menu/menuitems in menulist popups ::::: */
@@ -200,7 +200,7 @@ menulist > menupopup > menu > label {
200menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] { 200menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] {
201 border: 1px dotted rgb(64,64,64); 201 border: 1px dotted rgb(64,64,64);
202 background-color: rgb(64,64,64); 202 background-color: rgb(64,64,64);
203 color: #fff; 203 color: #bfbbb6;
204} 204}
205 205
206menuitem[checked="true"] { 206menuitem[checked="true"] {
diff --git a/src/chrome/os/winnt/menulist.css b/src/chrome/os/winnt/menulist.css
index 03be8f8..aa6a6ed 100644
--- a/src/chrome/os/winnt/menulist.css
+++ b/src/chrome/os/winnt/menulist.css
@@ -19,8 +19,8 @@ menulist {
19 -moz-border-right-colors: rgb(64,64,64); 19 -moz-border-right-colors: rgb(64,64,64);
20 -moz-border-bottom-colors: rgb(64,64,64); 20 -moz-border-bottom-colors: rgb(64,64,64);
21 -moz-border-left-colors: rgb(64,64,64); 21 -moz-border-left-colors: rgb(64,64,64);
22 background-color: rgb(0,0,0); 22 background-color: #181411;
23 color: #fff; 23 color: #bfbbb6;
24 text-shadow: none; 24 text-shadow: none;
25} 25}
26 26
@@ -81,7 +81,7 @@ menulist:hover:active > .menulist-dropmarker {
81 81
82menulist:focus:not([open="true"]) > .menulist-label-box { 82menulist:focus:not([open="true"]) > .menulist-label-box {
83 background-color: rgb(1,1,1); 83 background-color: rgb(1,1,1);
84 color: #fff; 84 color: #bfbbb6;
85} 85}
86 86
87menulist:-moz-focusring:not([open="true"]) > .menulist-label-box { 87menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
@@ -91,7 +91,7 @@ menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
91/* ..... disabled state ..... */ 91/* ..... disabled state ..... */
92 92
93menulist[disabled="true"] { 93menulist[disabled="true"] {
94 background-color: rgb(0,0,0); 94 background-color: #181411;
95 color: GrayText; 95 color: GrayText;
96} 96}
97 97
@@ -110,7 +110,7 @@ html|*.menulist-editable-input {
110 padding: 0px !important; 110 padding: 0px !important;
111 background: inherit; 111 background: inherit;
112 font: inherit; 112 font: inherit;
113 color: #fff; 113 color: #bfbbb6;
114} 114}
115 115
116@media (-moz-windows-default-theme) { 116@media (-moz-windows-default-theme) {
diff --git a/src/chrome/os/winnt/notification.css b/src/chrome/os/winnt/notification.css
index c8a415c..e680f30 100644
--- a/src/chrome/os/winnt/notification.css
+++ b/src/chrome/os/winnt/notification.css
@@ -20,7 +20,7 @@
20 -moz-appearance: none; 20 -moz-appearance: none;
21 margin: 0; 21 margin: 0;
22 border: 1px solid rgb(64,64,64); 22 border: 1px solid rgb(64,64,64);
23 background: rgb(0,0,0); 23 background: #181411;
24} 24}
25 25
26.popup-notification-menubutton > .button-menubutton-button { 26.popup-notification-menubutton > .button-menubutton-button {
@@ -64,14 +64,14 @@
64.popup-notification-menubutton:not([type="menu-button"]):hover, 64.popup-notification-menubutton:not([type="menu-button"]):hover,
65.popup-notification-menubutton > .button-menubutton-button:hover, 65.popup-notification-menubutton > .button-menubutton-button:hover,
66.popup-notification-menubutton > .button-menubutton-dropmarker:hover { 66.popup-notification-menubutton > .button-menubutton-dropmarker:hover {
67 background: rgb(0,0,0); 67 background: #181411;
68} 68}
69 69
70.popup-notification-menubutton:not([type="menu-button"]):hover:active, 70.popup-notification-menubutton:not([type="menu-button"]):hover:active,
71.popup-notification-menubutton > .button-menubutton-button:hover:active, 71.popup-notification-menubutton > .button-menubutton-button:hover:active,
72.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, 72.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
73.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { 73.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
74 background: rgb(0,0,0); 74 background: #181411;
75} 75}
76 76
77.popup-notification-closebutton { 77.popup-notification-closebutton {
diff --git a/src/chrome/os/winnt/popup.css b/src/chrome/os/winnt/popup.css
index 41a3795..282ed44 100644
--- a/src/chrome/os/winnt/popup.css
+++ b/src/chrome/os/winnt/popup.css
@@ -6,8 +6,8 @@
6 6
7/* ::::: Variables ::::: */ 7/* ::::: Variables ::::: */
8.panel-arrowcontent { 8.panel-arrowcontent {
9 --panel-arrowcontent-background: rgb(0,0,0); 9 --panel-arrowcontent-background: #181411;
10 --panel-arrowcontent-color: #fff; 10 --panel-arrowcontent-color: #ffffff;
11 --panel-arrowcontent-border: 1px solid rgb(64,64,64); 11 --panel-arrowcontent-border: 1px solid rgb(64,64,64);
12} 12}
13 13
@@ -22,8 +22,8 @@ panel {
22 -moz-border-bottom-colors: rgb(32,32,32); 22 -moz-border-bottom-colors: rgb(32,32,32);
23 padding: 0px; 23 padding: 0px;
24 min-width: 1px; 24 min-width: 1px;
25 background: rgb(0,0,0); 25 background: #181411;
26 color: #fff; 26 color: #bfbbb6;
27} 27}
28 28
29menupopup { 29menupopup {
@@ -119,7 +119,7 @@ tooltip {
119 padding: 2px 3px; 119 padding: 2px 3px;
120 max-width: 40em; 120 max-width: 40em;
121 background-color: rgb(1,1,1); 121 background-color: rgb(1,1,1);
122 color: #fff; 122 color: #bfbbb6;
123 font: message-box; 123 font: message-box;
124} 124}
125 125
@@ -141,6 +141,6 @@ menulist > menupopup {
141 -moz-border-left-colors: rgb(64,64,64); 141 -moz-border-left-colors: rgb(64,64,64);
142 padding: 0px; 142 padding: 0px;
143 min-width: 0px; 143 min-width: 0px;
144 background-color: rgb(0,0,0); 144 background-color: #181411;
145} 145}
146 146
diff --git a/src/chrome/os/winnt/radio.css b/src/chrome/os/winnt/radio.css
index 4fd8cc4..5d23237 100644
--- a/src/chrome/os/winnt/radio.css
+++ b/src/chrome/os/winnt/radio.css
@@ -46,7 +46,7 @@ radio[focused="true"] > .radio-label-box {
46/* ..... disabled state ..... */ 46/* ..... disabled state ..... */
47 47
48radio[disabled="true"] > .radio-check-box1 { 48radio[disabled="true"] > .radio-check-box1 {
49 background-color: rgb(0,0,0); 49 background-color: #181411;
50} 50}
51 51
52radio[disabled="true"] { 52radio[disabled="true"] {
@@ -65,7 +65,7 @@ radio[disabled="true"] {
65 border-radius: 50%; 65 border-radius: 50%;
66 width: 12px; 66 width: 12px;
67 height: 12px; 67 height: 12px;
68 background-color: rgb(0,0,0); 68 background-color: #181411;
69} 69}
70 70
71.radio-check-box2 { 71.radio-check-box2 {
diff --git a/src/chrome/os/winnt/scrollbars.css b/src/chrome/os/winnt/scrollbars.css
index e45695e..1f6df33 100644
--- a/src/chrome/os/winnt/scrollbars.css
+++ b/src/chrome/os/winnt/scrollbars.css
@@ -15,7 +15,7 @@ scrollbar {
15 -moz-appearance: none; 15 -moz-appearance: none;
16 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); 16 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
17 cursor: default; 17 cursor: default;
18 background: rgb(0,0,0); 18 background: #181411;
19 pointer-events: auto; 19 pointer-events: auto;
20} 20}
21 21
@@ -40,7 +40,7 @@ scrollbar[orient="vertical"]
40 40
41thumb, 41thumb,
42scrollbarbutton { 42scrollbarbutton {
43 background:rgb(0,0,0) 50% 50% no-repeat; 43 background:#181411 50% 50% no-repeat;
44} 44}
45 45
46thumb { 46thumb {
@@ -82,7 +82,7 @@ thumb[orient="horizontal"] {
82/* ::::: scrollbar button ::::: */ 82/* ::::: scrollbar button ::::: */
83 83
84scrollbarbutton { 84scrollbarbutton {
85 background: rgb(0,0,0) no-repeat 0px 1px; 85 background: #181411 no-repeat 0px 1px;
86 min-width: 15px; 86 min-width: 15px;
87 min-height: 15px; 87 min-height: 15px;
88} 88}
@@ -106,7 +106,7 @@ scrollcorner {
106 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); 106 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
107 width: 16px; 107 width: 16px;
108 cursor: default; 108 cursor: default;
109 background-color: rgb(0,0,0); 109 background-color: #181411;
110} 110}
111 111
112/* ..... increment .... */ 112/* ..... increment .... */
@@ -132,7 +132,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
132 132
133scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { 133scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] {
134 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis"); 134 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis");
135 background-color: rgb(0,0,0); 135 background-color: #181411;
136} 136}
137 137
138/* ..... decrement .... */ 138/* ..... decrement .... */
@@ -146,7 +146,7 @@ scrollbarbutton[type="decrement"] {
146 146
147scrollbarbutton[type="decrement"][disabled="true"] { 147scrollbarbutton[type="decrement"][disabled="true"] {
148 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis"); 148 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis");
149 background-color: rgb(0,0,0); 149 background-color: #181411;
150} 150}
151 151
152scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { 152scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -158,7 +158,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
158 158
159scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { 159scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] {
160 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis"); 160 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis");
161 background-color: rgb(0,0,0); 161 background-color: #181411;
162} 162}
163 163
164/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 164/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@@ -171,14 +171,14 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
171 -moz-appearance: none; 171 -moz-appearance: none;
172 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); 172 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
173 cursor: default; 173 cursor: default;
174 background: rgb(0,0,0); 174 background: #181411;
175 } 175 }
176 176
177 /* ::::: borders for thumb and buttons ::::: */ 177 /* ::::: borders for thumb and buttons ::::: */
178 178
179 html|div thumb, 179 html|div thumb,
180 html|div scrollbarbutton { 180 html|div scrollbarbutton {
181 background: rgb(0,0,0) 50% 50% no-repeat; 181 background: #181411 50% 50% no-repeat;
182 } 182 }
183 183
184 html|div thumb { 184 html|div thumb {
@@ -211,7 +211,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
211 /* ::::: scrollbar button ::::: */ 211 /* ::::: scrollbar button ::::: */
212 212
213 html|div scrollbarbutton { 213 html|div scrollbarbutton {
214 background: rgb(0,0,0) no-repeat 0px 1px; 214 background: #181411 no-repeat 0px 1px;
215 width: 15px; 215 width: 15px;
216 height: 15px; 216 height: 15px;
217 } 217 }
@@ -231,7 +231,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
231 231
232 html|div scrollbarbutton[type="increment"][disabled="true"] { 232 html|div scrollbarbutton[type="increment"][disabled="true"] {
233 background-image: url("chrome://global/skin/arrow/arrow-h.svg#rit-dis"); 233 background-image: url("chrome://global/skin/arrow/arrow-h.svg#rit-dis");
234 background-color: rgb(0,0,0); 234 background-color: #181411;
235 } 235 }
236 236
237 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { 237 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
@@ -243,7 +243,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
243 243
244 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { 244 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] {
245 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis"); 245 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis");
246 background-color: rgb(0,0,0); 246 background-color: #181411;
247 } 247 }
248 248
249 /* ..... decrement .... */ 249 /* ..... decrement .... */
@@ -257,7 +257,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
257 257
258 html|div scrollbarbutton[type="decrement"][disabled="true"] { 258 html|div scrollbarbutton[type="decrement"][disabled="true"] {
259 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis"); 259 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis");
260 background-color: rgb(0,0,0); 260 background-color: #181411;
261 } 261 }
262 262
263 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { 263 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -269,7 +269,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
269 269
270 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { 270 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] {
271 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis"); 271 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis");
272 background-color: rgb(0,0,0); 272 background-color: #181411;
273 } 273 }
274 274
275} 275}
diff --git a/src/chrome/os/winnt/toolbar.css b/src/chrome/os/winnt/toolbar.css
index 80298b3..656fb7e 100644
--- a/src/chrome/os/winnt/toolbar.css
+++ b/src/chrome/os/winnt/toolbar.css
@@ -4,21 +4,21 @@
4 4
5toolbox { 5toolbox {
6 -moz-appearance: none; 6 -moz-appearance: none;
7 background-color: rgb(0,0,0); 7 background-color: #181411;
8 border-top: 1px solid; 8 border-top: 1px solid;
9 -moz-border-top-colors: rgb(64,64,64); 9 -moz-border-top-colors: rgb(64,64,64);
10 color: #fff; 10 color: #bfbbb6;
11} 11}
12 12
13/* ::::: toolbar & menubar ::::: */ 13/* ::::: toolbar & menubar ::::: */
14 14
15toolbar, menubar { 15toolbar, menubar {
16 -moz-appearance: none; 16 -moz-appearance: none;
17 color: #fff; 17 color: #bfbbb6;
18} 18}
19 19
20toolbar { 20toolbar {
21 background-color: rgb(0,0,0); 21 background-color: #181411;
22 min-width: 1px; 22 min-width: 1px;
23 min-height: 19px; 23 min-height: 19px;
24 border-top: 1px solid rgb(64,64,64); 24 border-top: 1px solid rgb(64,64,64);
diff --git a/src/chrome/os/winnt/toolbarbutton.css b/src/chrome/os/winnt/toolbarbutton.css
index 04cec58..01c4cf1 100644
--- a/src/chrome/os/winnt/toolbarbutton.css
+++ b/src/chrome/os/winnt/toolbarbutton.css
@@ -18,7 +18,7 @@ toolbarbutton {
18 border: 1px solid transparent; 18 border: 1px solid transparent;
19 padding: 3px; 19 padding: 3px;
20 background-color: transparent; 20 background-color: transparent;
21 color: #fff; 21 color: #bfbbb6;
22} 22}
23 23
24.toolbarbutton-icon[label]:not([label=""]), 24.toolbarbutton-icon[label]:not([label=""]),
@@ -69,7 +69,7 @@ toolbarbutton[checked="true"]:not([disabled="true"]) {
69 padding-inline-start: 4px; 69 padding-inline-start: 4px;
70 padding-inline-end: 2px; 70 padding-inline-end: 2px;
71 background-color: rgba(64,64,64,0.5); 71 background-color: rgba(64,64,64,0.5);
72 color: #fff; 72 color: #bfbbb6;
73} 73}
74 74
75@media (-moz-windows-default-theme) { 75@media (-moz-windows-default-theme) {
@@ -141,7 +141,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
141 font-size: 10px; 141 font-size: 10px;
142 font-weight: bold; 142 font-weight: bold;
143 padding: 0 2px 1px; 143 padding: 0 2px 1px;
144 color: #fff; 144 color: #bfbbb6;
145 border-radius: 2px; 145 border-radius: 2px;
146 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, 146 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
147 0 -1px 0 hsla(0, 0%, 0%, .1) inset, 147 0 -1px 0 hsla(0, 0%, 0%, .1) inset,