X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fstyleeditor.css;h=5168985caa6c27fcb0de4690946eb1a96c811360;hp=bcbace321973fa5a33103e9e8848e6cf9b023fed;hb=ec6b35d822a99b5e8ed93538398ec054713bb38b;hpb=d22068c79a3bb7b018bef6d15ff5d985d377ac6f diff --git a/LCARStrek/devtools/styleeditor.css b/LCARStrek/devtools/styleeditor.css index bcbace32..5168985c 100644 --- a/LCARStrek/devtools/styleeditor.css +++ b/LCARStrek/devtools/styleeditor.css @@ -54,7 +54,6 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message { .stylesheet-title, .stylesheet-name { text-decoration: none; - color: var(--theme-highlight-blue); } .stylesheet-name { @@ -79,6 +78,11 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message { -moz-box-flex: 1; } +.stylesheet-title, +.stylesheet-name { + color: var(--theme-highlight-blue); +} + .stylesheet-rule-count, .stylesheet-linked-file, .stylesheet-saveButton { @@ -86,6 +90,9 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message { } .stylesheet-saveButton { + display: none; + margin-top: 0px; + margin-bottom: 0px; text-decoration: underline; cursor: pointer; } @@ -132,7 +139,7 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message { max-width: 400px; min-width: 100px; - border-color: #9C9CFF; /* Splitters */ + border-color: var(--theme-splitter-color); } .media-rule-label {