first part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / devtools / floating-scrollbars.css
index b927c68786cfa9adcffc9f3f68d5d85bb903fbf4..09ec5cf05c548957201aee96bbf9047a06566b26 100644 (file)
@@ -8,8 +8,10 @@ scrollbar {
   padding: 2px;
 }
 
+/* Scrollbar code will reset the margin to the correct side depending on
+   where layout actually puts the scrollbar */
 scrollbar[orient="vertical"] {
-  -moz-margin-start: -10px;
+  margin-left: -10px;
   min-width: 3px;
   max-width: 3px;
 }
@@ -41,5 +43,5 @@ scrollbar:not(:hover) thumb {
 }
 
 scrollbar scrollbarbutton, scrollbar gripper {
-  display: none;
+  display: none !important; /* need !important to override forced display in LCARStrek */
 }