second part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 580635f848d9e65868b4a57b5e3b8515ea79f64d..d953c9c3b83c22ad13fbc50ce1a26491451d5bab 100644 (file)
@@ -34,7 +34,13 @@ window {
 }
 
 #pretty-print {
 }
 
 #pretty-print {
-  font-weight: bold;
+  list-style-image: url(debugger-prettyprint.png);
+}
+
+@media (min-resolution: 2dppx) {
+  #pretty-print {
+    list-style-image: url(debugger-prettyprint@2x.png);
+  }
 }
 
 #toggle-breakpoints {
 }
 
 #toggle-breakpoints {