first part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index 2932cf4625baacb50d57609e08316903c0cbe517..b567c08feeb76583526fa2be5b6eb8414f8883b3 100644 (file)
@@ -3,11 +3,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .theme-sidebar {
-  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
-}
-
-.theme-sidebar {
-  color: #FF9F00;
   box-sizing: border-box;
 }
 
   background-color: #FF9F00;
   border-color: #A09090;
   border-style: dotted;
-  color: #000000;
+  color: var(--theme-selection-color);
+}
+
+.margin,
+.size {
+  color: var(--theme-selection-color);
 }
 
 #content {
   background-color: #A09090;
   border-color: #A09090;
 }
+
+.editable {
+  border-bottom: 1px dashed transparent;
+}
+
+.editable:hover {
+  border-bottom-color: #E7ADE7;
+}
+
+.styleinspector-propertyeditor {
+  border: 1px solid #008484;
+  padding: 0;
+}
\ No newline at end of file