second part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / floating-scrollbars-dark-theme.css
similarity index 67%
rename from LCARStrek/devtools/floating-scrollbars.css
rename to LCARStrek/devtools/floating-scrollbars-dark-theme.css
index 09ec5cf05c548957201aee96bbf9047a06566b26..42d13c0df3fc90baefd85a8e4dc3949084ef3a1b 100644 (file)
@@ -1,6 +1,6 @@
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
-scrollbar {
+xul|scrollbar {
   position: relative;
   background-color: transparent;
   background-image: none;
   position: relative;
   background-color: transparent;
   background-image: none;
@@ -10,38 +10,39 @@ scrollbar {
 
 /* Scrollbar code will reset the margin to the correct side depending on
    where layout actually puts the scrollbar */
 
 /* Scrollbar code will reset the margin to the correct side depending on
    where layout actually puts the scrollbar */
-scrollbar[orient="vertical"] {
+xul|scrollbar[orient="vertical"] {
   margin-left: -10px;
   min-width: 3px;
   max-width: 3px;
 }
 
   margin-left: -10px;
   min-width: 3px;
   max-width: 3px;
 }
 
-scrollbar[orient="horizontal"] {
+xul|scrollbar[orient="horizontal"] {
   margin-top: -10px;
   min-height: 3px;
   max-height: 3px;
 }
 
   margin-top: -10px;
   min-height: 3px;
   max-height: 3px;
 }
 
-scrollbar slider {
+xul|scrollbar xul|slider {
 /*  background-color: transparent; */
   border-radius: 3px;
 }
 
 /*  background-color: transparent; */
   border-radius: 3px;
 }
 
-scrollbar:not(:hover) slider {
+xul|scrollbar:not(:hover) xul|slider {
   background-color: rgba(64, 64, 72, 0.3);
 }
 
   background-color: rgba(64, 64, 72, 0.3);
 }
 
-scrollbar thumb {
+xul|scrollbar xul|thumb {
   border-width: 0px !important;
 /*  background-color: rgba(0,0,0,0.2) !important; */
   background-image: none;
   border-radius: 3px !important;
 }
 
   border-width: 0px !important;
 /*  background-color: rgba(0,0,0,0.2) !important; */
   background-image: none;
   border-radius: 3px !important;
 }
 
-scrollbar:not(:hover) thumb {
+xul|scrollbar:not(:hover) xul|thumb {
   background-color: rgba(160, 144, 144, 0.3) !important;
 }
 
   background-color: rgba(160, 144, 144, 0.3) !important;
 }
 
-scrollbar scrollbarbutton, scrollbar gripper {
+xul|scrollbar xul|scrollbarbutton,
+xul|scrollbar xul|gripper {
   display: none !important; /* need !important to override forced display in LCARStrek */
 }
   display: none !important; /* need !important to override forced display in LCARStrek */
 }