second part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / floating-scrollbars-responsive-design.css
CommitLineData
d0a8de80 1@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
73f055ca 2
d0a8de80 3xul|scrollbar {
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
d0a8de80
RK
11:root[platform="mac"] xul|scrollbar {
12 border: none;
13}
14
7c0a01f2
RK
15/* Scrollbar code will reset the margin to the correct side depending on
16 where layout actually puts the scrollbar */
d0a8de80 17xul|scrollbar[orient="vertical"] {
7c0a01f2 18 margin-left: -10px;
d98dc319
RK
19 min-width: 3px;
20 max-width: 3px;
73f055ca
RK
21}
22
d0a8de80 23xul|scrollbar[orient="horizontal"] {
82b4252f 24 margin-top: -10px;
d98dc319
RK
25 min-height: 3px;
26 max-height: 3px;
d2ce251d
RK
27}
28
d0a8de80 29xul|scrollbar xul|slider {
d2ce251d
RK
30/* background-color: transparent; */
31 border-radius: 3px;
73f055ca
RK
32}
33
d0a8de80 34xul|scrollbar:not(:hover) xul|slider {
d98dc319
RK
35 background-color: rgba(64, 64, 72, 0.3);
36}
37
d0a8de80 38xul|scrollbar xul|thumb {
73f055ca 39 border-width: 0px !important;
d98dc319 40/* background-color: rgba(0,0,0,0.2) !important; */
d2ce251d 41 background-image: none;
73f055ca
RK
42 border-radius: 3px !important;
43}
44
d0a8de80 45xul|scrollbar:not(:hover) xul|thumb {
d98dc319
RK
46 background-color: rgba(160, 144, 144, 0.3) !important;
47}
48
d0a8de80
RK
49xul|scrollbar xul|scrollbarbutton,
50xul|scrollbar xul|gripper {
7c0a01f2 51 display: none !important; /* need !important to override forced display in LCARStrek */
73f055ca 52}