second part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 78829cb98c79e6c09c13f42d3b565917cf0636c1..d953c9c3b83c22ad13fbc50ce1a26491451d5bab 100644 (file)
@@ -34,7 +34,13 @@ window {
 }
 
 #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 {
@@ -109,8 +115,8 @@ window {
   width: 16px;
   height: 16px;
   background-image: url("debugger-blackbox.png");
-  background-position: 0 0;
-  background-size: 32px 16px;
+  background-position: -16px -16px;
+  background-size: 32px 32px;
   background-repeat: no-repeat;
   -moz-margin-end: 5px;
 }