second part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / webaudioeditor.css
index 1816c41a81e541e59a933b980ea8afc806523ecf..2e513413eb5e74b1d9749abff519626be952d18d 100644 (file)
@@ -138,7 +138,7 @@ g.selected text {
   background: none;
   box-shadow: none;
   border: none;
-  list-style-image: url("debugger-collapse.png");
+  list-style-image: url("images/debugger-collapse.png");
   -moz-image-region: rect(0px,16px,16px,0px);
 }
 
@@ -148,7 +148,7 @@ g.selected text {
 }
 
 #inspector-pane-toggle[pane-collapsed] {
-  list-style-image: url("debugger-expand.png");
+  list-style-image: url("images/debugger-expand.png");
 }
 
 #inspector-pane-toggle:active {
@@ -171,12 +171,12 @@ g.selected text {
 
 @media (min-resolution: 1.1dppx) {
   #inspector-pane-toggle {
-    list-style-image: url("debugger-collapse@2x.png");
+    list-style-image: url("images/debugger-collapse@2x.png");
     -moz-image-region: rect(0px,32px,32px,0px);
   }
 
   #inspector-pane-toggle[pane-collapsed] {
-    list-style-image: url("debugger-expand@2x.png");
+    list-style-image: url("images/debugger-expand@2x.png");
   }
 
   #inspector-pane-toggle:active {
@@ -193,29 +193,9 @@ g.selected text {
  */
 
 #audio-node-toolbar .bypass {
-  list-style-image: url(power.svg#power);
+  list-style-image: url(images/power.svg);
 }
 
-#audio-node-toolbar .bypass[disabled] {
-  list-style-image: url(power.svg#power-disabled);
-}
-
-#audio-node-toolbar .bypass:not([disabled]):hover,
-#audio-node-toolbar .bypass:hover:active,
-#audio-node-toolbar .bypass[checked] {
-  list-style-image: url(power.svg#power-active);
-}
-
-#audio-node-toolbar toolbarbutton[checked] {
-  background-color: var(--theme-selection-background); /* Select Highlight Blue */
-}
-
-/* don't invert checked buttons so we can have white icons on light theme */
-#audio-node-toolbar toolbarbutton[checked] > .toolbarbutton-icon {
-  filter: none;
-}
-
-
 /**
  * Responsive Styles
  * `.devtools-responsive-container` takes care of most of
@@ -240,12 +220,12 @@ g.selected text {
   background: none;
   box-shadow: none;
   border: none;
-  list-style-image: url("debugger-collapse.png");
+  list-style-image: url("images/debugger-collapse.png");
   -moz-image-region: rect(0px,16px,16px,0px);
 }
 
 #inspector-pane-toggle[pane-collapsed] {
-  list-style-image: url("debugger-expand.png");
+  list-style-image: url("images/debugger-expand.png");
 }
 
 #inspector-pane-toggle:active {