sync both themes with suite classic theme changes in SeaMonkey 2.38 cycle
[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 {
73f055ca
RK
4 position: relative;
5 background-color: transparent;
6 background-image: none;
7 z-index: 2147483647;
d98dc319 8 padding: 2px;
73f055ca
RK
9}
10
11scrollbar[orient="vertical"] {
82b4252f 12 -moz-margin-start: -10px;
d98dc319
RK
13 min-width: 3px;
14 max-width: 3px;
73f055ca
RK
15}
16
17scrollbar[orient="horizontal"] {
82b4252f 18 margin-top: -10px;
d98dc319
RK
19 min-height: 3px;
20 max-height: 3px;
d2ce251d
RK
21}
22
23scrollbar slider {
24/* background-color: transparent; */
25 border-radius: 3px;
73f055ca
RK
26}
27
d98dc319
RK
28scrollbar:not(:hover) slider {
29 background-color: rgba(64, 64, 72, 0.3);
30}
31
73f055ca 32scrollbar thumb {
73f055ca 33 border-width: 0px !important;
d98dc319 34/* background-color: rgba(0,0,0,0.2) !important; */
d2ce251d 35 background-image: none;
73f055ca
RK
36 border-radius: 3px !important;
37}
38
d98dc319
RK
39scrollbar:not(:hover) thumb {
40 background-color: rgba(160, 144, 144, 0.3) !important;
41}
42
73f055ca
RK
43scrollbar scrollbarbutton, scrollbar gripper {
44 display: none;
45}