summaryrefslogtreecommitdiff
path: root/src/chrome/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os')
-rw-r--r--src/chrome/os/winnt/scrollbars.css56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/chrome/os/winnt/scrollbars.css b/src/chrome/os/winnt/scrollbars.css
index 039a44d..1eb6cdf 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(23,23,23); 18 background: rgb(0,0,0);
19 pointer-events: auto; 19 pointer-events: auto;
20} 20}
21 21
@@ -40,23 +40,23 @@ scrollbar[orient="vertical"]
40 40
41thumb, 41thumb,
42scrollbarbutton { 42scrollbarbutton {
43 background:rgb(50,50,50) 50% 50% no-repeat; 43 background:rgb(0,0,0) 50% 50% no-repeat;
44} 44}
45 45
46thumb { 46thumb {
47 border: 1px solid; 47 border: 1px solid;
48 -moz-border-top-colors: rgb(75,75,75); 48 -moz-border-top-colors: rgb(64,64,64);
49 -moz-border-right-colors: rgb(75,75,75); 49 -moz-border-right-colors: rgb(64,64,64);
50 -moz-border-bottom-colors: rgb(75,75,75); 50 -moz-border-bottom-colors: rgb(64,64,64);
51 -moz-border-left-colors: rgb(75,75,75); 51 -moz-border-left-colors: rgb(64,64,64);
52} 52}
53 53
54thumb:hover { 54thumb:hover {
55 background-color: rgb(75,75,75); 55 background-color: rgb(1,1,1);
56} 56}
57 57
58thumb:active { 58thumb:active {
59 background-color: rgb(110,110,110); 59 background-color: rgb(2,2,2);
60} 60}
61 61
62/* ::::: slider - a thumb is inside ::::: */ 62/* ::::: slider - a thumb is inside ::::: */
@@ -82,13 +82,13 @@ thumb[orient="horizontal"] {
82/* ::::: scrollbar button ::::: */ 82/* ::::: scrollbar button ::::: */
83 83
84scrollbarbutton { 84scrollbarbutton {
85 background: rgb(23,23,23) no-repeat 0px 1px; 85 background: rgb(0,0,0) no-repeat 0px 1px;
86 min-width: 15px; 86 min-width: 15px;
87 min-height: 15px; 87 min-height: 15px;
88} 88}
89 89
90scrollbarbutton:hover:active, scrollbarbutton[active="true"] { 90scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
91 background-color: rgb(110,110,110); 91 background-color: rgb(1,1,1);
92} 92}
93 93
94scrollbar[orient="vertical"] > scrollbarbutton { 94scrollbar[orient="vertical"] > scrollbarbutton {
@@ -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(50,50,50); 109 background-color: rgb(0,0,0);
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(62,62,62); 135 background-color: rgb(0,0,0);
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(62,62,62); 149 background-color: rgb(0,0,0);
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(62,62,62); 161 background-color: rgb(0,0,0);
162} 162}
163 163
164/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 164/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@@ -171,30 +171,30 @@ 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(23,23,23); 174 background: rgb(0,0,0);
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(50,50,50) 50% 50% no-repeat; 181 background: rgb(0,0,0) 50% 50% no-repeat;
182 } 182 }
183 183
184 html|div thumb { 184 html|div thumb {
185 border: 1px solid; 185 border: 1px solid;
186 -moz-border-top-colors: rgb(75,75,75); 186 -moz-border-top-colors: rgb(64,64,64);
187 -moz-border-right-colors: rgb(75,75,75); 187 -moz-border-right-colors: rgb(64,64,64);
188 -moz-border-bottom-colors: rgb(75,75,75); 188 -moz-border-bottom-colors: rgb(64,64,64);
189 -moz-border-left-colors: rgb(75,75,75); 189 -moz-border-left-colors: rgb(64,64,64);
190 } 190 }
191 191
192 html|div thumb:hover { 192 html|div thumb:hover {
193 background-color: rgb(75,75,75); 193 background-color: rgb(1,1,1);
194 } 194 }
195 195
196 html|div thumb:active { 196 html|div thumb:active {
197 background-color: rgb(110,110,110); 197 background-color: rgb(2,2,2);
198 } 198 }
199 199
200 /* ::::: thumb (horizontal) ::::: */ 200 /* ::::: thumb (horizontal) ::::: */
@@ -211,13 +211,13 @@ 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(50,50,50) no-repeat 0px 1px; 214 background: rgb(0,0,0) no-repeat 0px 1px;
215 width: 15px; 215 width: 15px;
216 height: 15px; 216 height: 15px;
217 } 217 }
218 218
219 html|div scrollbarbutton:hover:active, html|div scrollbarbutton[active="true"] { 219 html|div scrollbarbutton:hover:active, html|div scrollbarbutton[active="true"] {
220 background-color: rgb(110,110,110); 220 background-color: rgb(1,1,1);
221 } 221 }
222 222
223 /* ..... increment .... */ 223 /* ..... increment .... */
@@ -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(62,62,62); 234 background-color: rgb(0,0,0);
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(62,62,62); 246 background-color: rgb(0,0,0);
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(62,62,62); 260 background-color: rgb(0,0,0);
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(62,62,62); 272 background-color: rgb(0,0,0);
273 } 273 }
274 274
275} 275}