first part of syncing LCARStrek with Firefox 32 windows theme changes
[themes.git] / LCARStrek / browser / devtools / webaudioeditor.css
index 552c29aeb67403b64cf5260fe26c6e3b7377931b..f4d70cc7c5d48251f36486ac11edded06c7a528b 100644 (file)
@@ -87,6 +87,12 @@ g.selected text {
   transition: opacity .5s ease-out 0s;
 }
 
+@media (min-resolution: 2dppx) {
+  .web-audio-inspector .error {
+    background-image: url(alerticon-warning@2x.png);
+  }
+}
+
 #inspector-pane-toggle {
   background: none;
   box-shadow: none;
@@ -146,3 +152,19 @@ g.selected text {
     margin-right: 0px !important;
   }
 }
+
+#inspector-pane-toggle {
+  background: none;
+  box-shadow: none;
+  border: none;
+  list-style-image: url("debugger-collapse.png");
+  -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+#inspector-pane-toggle[pane-collapsed] {
+  list-style-image: url("debugger-expand.png");
+}
+
+#inspector-pane-toggle:active {
+  -moz-image-region: rect(0px,32px,16px,16px);
+}