third and last part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / styleeditor.css
index e2b13f94d74a25a795a6f957c066870d29050a66..aabfdf6ff2539363bf12dad5af895a2afa64e838 100644 (file)
@@ -95,7 +95,7 @@ window:not([windowtype]) {
 .stylesheet-enabled {
   padding: 8px 0;
   margin: 0 8px;
-  background-image: url("itemToggle.png");
+  background-image: url("images/itemToggle.png");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: 0 8px;
@@ -106,7 +106,7 @@ window:not([windowtype]) {
 
 @media (min-resolution: 1.1dppx) {
   .stylesheet-enabled {
-    background-image: url("itemToggle@2x.png");
+    background-image: url("images/itemToggle@2x.png");
   }
 }