X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fstyleeditor.css;h=af6d501729b8fdabb8ab185e0fda58115cb131b5;hp=b3cc37a408af48c4deb08526141c53766501d098;hb=5401f433c81e15242767be2df7f86a5c7d99a86d;hpb=445863a284a9920d9f9633ca01b87ca65609a94c diff --git a/LCARStrek/browser/devtools/styleeditor.css b/LCARStrek/browser/devtools/styleeditor.css index b3cc37a4..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; } @@ -56,6 +58,10 @@ window:not([windowtype]) { font-style: italic; } +.splitview-nav.empty > p { + padding: 0 10px; +} + .stylesheet-enabled { padding: 8px 0; margin: 0 8px; @@ -76,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 {