diff options
Diffstat (limited to 'src/chrome/os/winnt/scrollbars.css')
| -rw-r--r-- | src/chrome/os/winnt/scrollbars.css | 28 |
1 files changed, 14 insertions, 14 deletions
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 | ||
| 41 | thumb, | 41 | thumb, |
| 42 | scrollbarbutton { | 42 | scrollbarbutton { |
| 43 | background:rgb(0,0,0) 50% 50% no-repeat; | 43 | background:#181411 50% 50% no-repeat; |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | thumb { | 46 | thumb { |
| @@ -82,7 +82,7 @@ thumb[orient="horizontal"] { | |||
| 82 | /* ::::: scrollbar button ::::: */ | 82 | /* ::::: scrollbar button ::::: */ |
| 83 | 83 | ||
| 84 | scrollbarbutton { | 84 | scrollbarbutton { |
| 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 | ||
| 133 | scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { | 133 | scrollbar[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 | ||
| 147 | scrollbarbutton[type="decrement"][disabled="true"] { | 147 | scrollbarbutton[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 | ||
| 152 | scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { | 152 | scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { |
| @@ -158,7 +158,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { | |||
| 158 | 158 | ||
| 159 | scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { | 159 | scrollbar[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 | } |
