third part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
index 2932cf4625baacb50d57609e08316903c0cbe517..d1f33c07c6e1a66d585170119fa40806b253d3eb 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: #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