finish sync of LCARStrek with Firefox 24 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   -moz-appearance: none !important;
5   position: relative;
6   background-color: transparent;
7   background-image: none;
8   z-index: 2147483647;
9   padding: 2px;
10 }
11
12 scrollbar[orient="vertical"] {
13   -moz-margin-start: -10px;
14   min-width: 10px;
15   max-width: 10px;
16 }
17
18 scrollbar[orient="horizontal"] {
19   margin-top: -10px;
20   min-height: 10px;
21   max-height: 10px;
22 }
23
24 scrollbar thumb {
25   -moz-appearance: none !important;
26   border-width: 0px !important;
27   background-color: rgba(0,0,0,0.2) !important;
28   border-radius: 3px !important;
29 }
30
31 scrollbar scrollbarbutton, scrollbar gripper {
32   display: none;
33 }