finish up sync of LCARStrek theme with windows theme changes in Firefox 22
[themes.git] / LCARStrek / browser / devtools / floating-scrollbars.css
CommitLineData
73f055ca
RK
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3scrollbar {
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
12scrollbar[orient="vertical"] {
82b4252f
RK
13 -moz-margin-start: -10px;
14 min-width: 10px;
15 max-width: 10px;
73f055ca
RK
16}
17
18scrollbar[orient="horizontal"] {
82b4252f
RK
19 margin-top: -10px;
20 min-height: 10px;
21 max-height: 10px;
73f055ca
RK
22}
23
24scrollbar 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
31scrollbar scrollbarbutton, scrollbar gripper {
32 display: none;
33}