|
1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
|
2 |
|
3 scrollbar { |
|
4 -moz-appearance: none; |
|
5 position: relative; |
|
6 background-color: transparent; |
|
7 background-image: none; |
|
8 border: 0px solid transparent; |
|
9 z-index: 2147483647; |
|
10 -moz-box-align: start; |
|
11 padding: 2px; |
|
12 } |
|
13 |
|
14 scrollbar[orient="vertical"] { |
|
15 -moz-margin-start: -8px; |
|
16 min-width: 8px; |
|
17 max-width: 8px; |
|
18 } |
|
19 |
|
20 scrollbar[orient="horizontal"] { |
|
21 margin-top: -8px; |
|
22 min-height: 8px; |
|
23 max-height: 8px; |
|
24 } |
|
25 |
|
26 thumb { |
|
27 -moz-appearance: none !important; |
|
28 background-color: rgba(0,0,0,0.2); |
|
29 border-radius: 3px; |
|
30 } |