X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fstyleeditor.css;h=af6d501729b8fdabb8ab185e0fda58115cb131b5;hp=0076d50e87057d553d43b11f9151f114c7bce6d3;hb=46e71434a8715fd5d7590f7b799544961ea0394a;hpb=45dc7657b767fde2dc6b5d3ec71379bf5f624007 diff --git a/LCARStrek/browser/devtools/styleeditor.css b/LCARStrek/browser/devtools/styleeditor.css index 0076d50e..af6d5017 100644 --- a/LCARStrek/browser/devtools/styleeditor.css +++ b/LCARStrek/browser/devtools/styleeditor.css @@ -24,6 +24,7 @@ window:not([windowtype]) { } .stylesheet-rule-count, +.stylesheet-linked-file, .stylesheet-saveButton { color: #FF9F00; } @@ -39,6 +40,7 @@ window:not([windowtype]) { } .splitview-active .stylesheet-rule-count, +.splitview-active .stylesheet-linked-file, .splitview-active .stylesheet-saveButton { color: #E7ADE7; } @@ -80,8 +82,16 @@ window:not([windowtype]) { outline: 0; } -.stylesheet-error-message { - color: #FF0000; +.stylesheet-linked-file:not(:empty){ + -moz-margin-end: 0.4em; +} + +.stylesheet-linked-file:not(:empty):before { + -moz-margin-start: 0.4em; +} + +li.linked-file-error .stylesheet-linked-file:after { + font-size: 110%; } .stylesheet-more > h3 {