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