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