X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fstyleeditor.css;h=6c142455c807d23e0e46546e174bc293a8955402;hb=8837ac2c455d0efc3537a6b21880a0811be05aef;hp=91905ff6e1742eedf8494ce518f9833e038edd95;hpb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb;p=themes.git diff --git a/LCARStrek/browser/devtools/styleeditor.css b/LCARStrek/browser/devtools/styleeditor.css index 91905ff6..6c142455 100644 --- a/LCARStrek/browser/devtools/styleeditor.css +++ b/LCARStrek/browser/devtools/styleeditor.css @@ -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; }