third part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / browser / devtools / styleeditor.css
index 91905ff6e1742eedf8494ce518f9833e038edd95..6c142455c807d23e0e46546e174bc293a8955402 100644 (file)
@@ -107,15 +107,14 @@ window:not([windowtype]) {
 }
 
 .stylesheet-sidebar {
-  width: 230px;
-}
+  max-width: 400px;
+  min-width: 100px;
 
-.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;
 }