first part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index ea37a917903e6198f13d799d24c73fc524804e9d..b567c08feeb76583526fa2be5b6eb8414f8883b3 100644 (file)
@@ -2,45 +2,54 @@
  * 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/. */
 
-.theme-dark .theme-body {
-  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+.theme-sidebar {
+  box-sizing: border-box;
 }
 
-.theme-light .theme-body {
-  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+#main {
+  background-color: #FF9F00;
+  border-color: #A09090;
+  border-style: dotted;
+  color: var(--theme-selection-color);
 }
 
-.theme-body {
-  color: #FF9F00 !important;
-  -moz-box-sizing: border-box;
+.margin,
+.size {
+  color: var(--theme-selection-color);
 }
 
-#main {
-  border-color: #FF9F00;
-  border-style: dotted;
+#content {
+  background-color: #008484;
 }
 
-#main > .border {
-  color: #000000;
+#padding,
+#margins {
 }
 
-.border > span {
+#padding {
   background-color: #9C9CFF;
-  border-radius: 2px;
-  padding: 0 4px;
+  border-color: #9C9CFF;
 }
 
-#content {
-  border-color: #FF9F00;
-  border-style: dotted 
+#borders {
+  background-color: #FFCF00;
+  border-color: #FFCF00;
 }
 
-#padding {
-  border-color: hsla(240,100%,85%,0.1);
-  border-style: solid;
+#margins {
+  background-color: #A09090;
+  border-color: #A09090;
 }
 
-#borders {
-  border-style: solid;
-  border-color: #9C9CFF;
+.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