third and last part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / devtools / shadereditor.css
index b4f47422e8521f0e96440a4228d57ec15ff40592..a176044e792b37ce9fa69b3fa6b3070dd7c2c5ef 100644 (file)
@@ -2,8 +2,6 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-/* === file identical to shadereditor.inc.css === */
-
 window {
   padding: 0;
 }
@@ -12,7 +10,6 @@ window {
 
 .notice-container {
   margin-top: -50vh;
-  background-color: var(--theme-toolbar-background);
   color: var(--theme-body-color);
 }
 
@@ -30,8 +27,8 @@ window {
   min-width: 150px;
 }
 
-#shaders-pane + .devtools-side-splitter {
-  border-color: transparent;
+.program-item {
+  padding: 2px 0px;
 }
 
 .side-menu-widget-item-checkbox {
@@ -50,7 +47,7 @@ window {
 }
 
 .side-menu-widget-item-checkbox .checkbox-check {
-  background-image: url("itemToggle.png");
+  background-image: url("images/itemToggle.png");
   background-color: transparent;
   background-repeat: no-repeat;
   background-clip: content-box;
@@ -63,7 +60,7 @@ window {
 
 @media (min-resolution: 1.1dppx) {
   .side-menu-widget-item-checkbox .checkbox-check {
-    background-image: url("itemToggle@2x.png");
+    background-image: url("images/itemToggle@2x.png");
   }
 }
 
@@ -79,6 +76,10 @@ window {
 
 .editor-label {
   padding: 1px 12px;
+  border-top: 1px solid;
+}
+
+.editor-label {
   background: var(--theme-contrastsidebar-background);
   color: var(--theme-contrastsidebar-color);
 }
@@ -103,14 +104,7 @@ window {
     background-image: none !important;
   }
 
-  .devtools-side-splitter {
-    border-top-color: transparent !important;
-  }
-
   .editor-label {
     -moz-box-ordinal-group: 0;
   }
-
-  .editor-label:not([selected]) {
-  }
 }