second part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 61be1a37d9be5e8954d1ff77921f140095dcc607..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;
 }
@@ -187,6 +193,10 @@ window {
   color: #FF9F00; /* Light foreground text */
 }
 
+.trace-item.black-boxed {
+  color: #A09090;
+}
+
 .trace-item.selected-matching {
   background-color: #004242; /* Select highlight blue at 40% alpha */
 }