update both themes for browser winstripe changes in the Firefox 18 cycle
[themes.git] / LCARStrek / browser / devtools / debugger.css
index 55228dadc8f5480afbb6541ceecccd4524901b98..5134f15a76f70f5fba0d5706e0a7de4b0333ea66 100644 (file)
@@ -9,7 +9,7 @@ window {
 }
 
 #body {
-  /* background: #000000; */
+  background-color: #000000;
 }
 
 /**
@@ -123,6 +123,25 @@ window {
   transform: scale(1.75, 1.75);
 }
 
+#scripts-search-panel .description {
+  margin-top: -6px;
+  margin-bottom: 8px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 0;
+}
+
+#scripts-search-panel button.operator {
+  min-width: 0;
+  margin: 0;
+  padding: 0;
+  font: 9pt "Liberation Mono", Consolas, "Courier New", monospace;
+}
+
+#scripts-search-panel label.operator {
+  -moz-padding-start: 6px;
+  padding-bottom: 1px;
+}
+
 /**
  * Stack frames and breakpoints panel
  */