fifth and final part of synching LCARStrek with windows theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / floating-scrollbars.css
... / ...
CommitLineData
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3scrollbar {
4 position: relative;
5 background-color: transparent;
6 background-image: none;
7 z-index: 2147483647;
8 /*padding: 2px;*/
9}
10
11scrollbar[orient="vertical"] {
12 -moz-margin-start: -10px;
13 min-width: 6px;
14 max-width: 6px;
15}
16
17scrollbar[orient="horizontal"] {
18 margin-top: -10px;
19 min-height: 6px;
20 max-height: 6px;
21}
22
23scrollbar slider {
24/* background-color: transparent; */
25 border-radius: 3px;
26}
27
28scrollbar thumb {
29 border-width: 0px !important;
30/* background-color: rgba(0,0,0,0.2) !important;*/
31 background-image: none;
32 border-radius: 3px !important;
33}
34
35scrollbar scrollbarbutton, scrollbar gripper {
36 display: none;
37}