third part of syncing LCARStrek with Firefox 32 windows theme changes
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 86494e3614af4812a845ca49f5dbaa5d35485b05..cae4aa7ea3c0bbd9315f85a17d612fa612a69030 100644 (file)
@@ -103,6 +103,24 @@ window {
 /*  box-shadow: inset 1px 0 0 #222426; */
 }
 
+/* Debugger unblackbox button */
+
+#black-boxed-message-button > .button-box > .button-icon {
+  width: 16px;
+  height: 16px;
+  background-image: url("debugger-blackbox.png");
+  background-position: 0 0;
+  background-size: 32px 16px;
+  background-repeat: no-repeat;
+  -moz-margin-end: 5px;
+}
+
+@media (min-resolution: 2dppx) {
+  #black-boxed-message-button > .button-box > .button-icon {
+    background-image: url("debugger-blackbox@2x.png");
+  }
+}
+
 /* Black box message and source progress meter */
 
 #black-boxed-message,