fix 2.30 review comments, hamburger button display, some overridden icons, and checkb...
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 61be1a37d9be5e8954d1ff77921f140095dcc607..580635f848d9e65868b4a57b5e3b8515ea79f64d 100644 (file)
@@ -109,8 +109,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 +187,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 */
 }