first part of syncing LCARStrek with Firefox 40 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index d1f33c07c6e1a66d585170119fa40806b253d3eb..ed74d93cda78f4bff8ed749cc5515051b59effd7 100644 (file)
   background-color: #FF9F00;
   border-color: #A09090;
   border-style: dotted;
-  color: #000000;
+  color: var(--theme-selection-color);
+}
+
+.margin,
+.size {
+  color: var(--theme-selection-color);
 }
 
 #content {
@@ -37,7 +42,7 @@
 }
 
 .editable {
-  border-bottom: 1px dashed transparent;
+  border: 1px dashed transparent;
 }
 
 .editable:hover {