third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / shadereditor.css
index b4f47422e8521f0e96440a4228d57ec15ff40592..7c675cd572b70c38f4a162e16964daf86e1dc6f9 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/. */
 
  * 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;
 }
 window {
   padding: 0;
 }
@@ -12,7 +10,6 @@ window {
 
 .notice-container {
   margin-top: -50vh;
 
 .notice-container {
   margin-top: -50vh;
-  background-color: var(--theme-toolbar-background);
   color: var(--theme-body-color);
 }
 
   color: var(--theme-body-color);
 }
 
@@ -30,8 +27,8 @@ window {
   min-width: 150px;
 }
 
   min-width: 150px;
 }
 
-#shaders-pane + .devtools-side-splitter {
-  border-color: transparent;
+.program-item {
+  padding: 2px 0px;
 }
 
 .side-menu-widget-item-checkbox {
 }
 
 .side-menu-widget-item-checkbox {
@@ -50,25 +47,16 @@ window {
 }
 
 .side-menu-widget-item-checkbox .checkbox-check {
 }
 
 .side-menu-widget-item-checkbox .checkbox-check {
-  background-image: url("itemToggle.png");
+  background-image: url("images/itemToggle.svg");
   background-color: transparent;
   background-color: transparent;
-  background-repeat: no-repeat;
-  background-clip: content-box;
-  background-size: 32px 16px;
-  background-position: -16px 0;
   width: 16px;
   height: 16px;
   border: 0;
 }
 
   width: 16px;
   height: 16px;
   border: 0;
 }
 
-@media (min-resolution: 1.1dppx) {
-  .side-menu-widget-item-checkbox .checkbox-check {
-    background-image: url("itemToggle@2x.png");
-  }
-}
-
-.side-menu-widget-item-checkbox[checked] .checkbox-check {
-  background-position: 0 0;
+side-menu-widget-item-checkbox:not([checked]) .checkbox-check,
+.side-menu-widget-item-checkbox:not([checked]) + vbox {
+  opacity: 0.3;
 }
 
 /* Shader source editors */
 }
 
 /* Shader source editors */
@@ -79,6 +67,10 @@ window {
 
 .editor-label {
   padding: 1px 12px;
 
 .editor-label {
   padding: 1px 12px;
+  border-top: 1px solid;
+}
+
+.editor-label {
   background: var(--theme-contrastsidebar-background);
   color: var(--theme-contrastsidebar-color);
 }
   background: var(--theme-contrastsidebar-background);
   color: var(--theme-contrastsidebar-color);
 }
@@ -103,14 +95,7 @@ window {
     background-image: none !important;
   }
 
     background-image: none !important;
   }
 
-  .devtools-side-splitter {
-    border-top-color: transparent !important;
-  }
-
   .editor-label {
     -moz-box-ordinal-group: 0;
   }
   .editor-label {
     -moz-box-ordinal-group: 0;
   }
-
-  .editor-label:not([selected]) {
-  }
 }
 }