first part of syncing LCARStrek with Firefox 33 windows theme changes
[themes.git] / LCARStrek / browser / devtools / styleeditor.css
index d2ff074f31db2a881b6c8c847e7481da1fc0be38..cda30c3fbfff0f420b8d3e85e1f953c74f79460e 100644 (file)
@@ -107,15 +107,14 @@ window:not([windowtype]) {
 }
 
 .stylesheet-sidebar {
-  width: 230px;
-}
+  width: 237px;
+  -moz-border-start: 1px solid;
 
-.stylesheet-sidebar {
-  border-left: 1px solid #9C9CFF;
+  border-color: #9C9CFF; /* Splitters */
 }
 
 .media-rule-label {
-  border-bottom: 1px solid #A09090;
+  border-bottom: 1px solid #A09090; /* Grey */
 }
 
 .media-rule-label {
@@ -123,6 +122,10 @@ window:not([windowtype]) {
   cursor: pointer;
 }
 
+.media-rule-line {
+  -moz-padding-start: 4px;
+}
+
 .media-condition-unmatched {
   color: #8050B0;
 }