X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fstyleeditor.css;h=6c142455c807d23e0e46546e174bc293a8955402;hb=c1080df62f8b2f28ca13475f9ae69f68465cce86;hp=d2ff074f31db2a881b6c8c847e7481da1fc0be38;hpb=0bcd55874801a7433d9e74c9377f866abf9d3d1a;p=themes.git diff --git a/LCARStrek/browser/devtools/styleeditor.css b/LCARStrek/browser/devtools/styleeditor.css index d2ff074f..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; } @@ -149,11 +152,6 @@ window:not([windowtype]) { background-position: -24px 8px; } -#style-editor-options { - width: 20px; - overflow: hidden; -} - .splitview-nav > li > .stylesheet-enabled:focus, .splitview-nav > li:hover > .stylesheet-enabled { outline: 0;