second part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / toolbars.css
index db5a2c9c6fe499ce6634ee83491e7caa14f9e710..14cdb64fd5358c405626a4fe55b8ffeb60041486 100644 (file)
 
 .devtools-button[checked]:empty::before,
 .devtools-button[open]:empty::before,
+.devtools-toolbarbutton:not([label]):hover > image,
+.devtools-toolbarbutton:not([label]):hover:active > image,
 .devtools-toolbarbutton:not([label])[checked=true] > image,
 .devtools-toolbarbutton:not([label])[open=true] > image {
   filter: url(images/filters.svg#checked-icon-state);
   background-repeat: no-repeat;
   font-size: inherit;
 
-  background-image: url("magnifying-glass.png");
+  background-image: url("images/magnifying-glass.png");
 }
 
 .devtools-searchinput:-moz-locale-dir(rtl),
 
 @media (min-resolution: 1.1dppx) {
   .devtools-searchinput {
-    background-image: url("magnifying-glass@2x.png");
+    background-image: url("images/magnifying-glass@2x.png");
   }
 }