X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fstyleeditor.css;h=5168985caa6c27fcb0de4690946eb1a96c811360;hp=cb257d9de1161b7b7db32fbc5dfebb5df2dd5275;hb=b1d1a8bbaca0a31b2c2581911368b6892d447718;hpb=1e9e1791d430ae539727c01da67e7dbbf3adfa18 diff --git a/LCARStrek/devtools/styleeditor.css b/LCARStrek/devtools/styleeditor.css index cb257d9d..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 { @@ -217,7 +224,7 @@ li.linked-file-error .stylesheet-rule-count { .stylesheet-more > h3 { font-size: 11px; - -moz-margin-end: 2px; + margin-inline-end: 2px; } .devtools-searchinput, @@ -290,6 +297,7 @@ h3 { } } +/* CSS coverage */ .csscoverage-report { background-color: var(--theme-contrastsidebar-background); -moz-box-orient: horizontal; @@ -396,7 +404,7 @@ h3 { .chart-colored-blob[name="Used Preload"] { fill: var(--theme-highlight-pink); - background: var(--theme-highlight-pink);; + background: var(--theme-highlight-pink); } .chart-colored-blob[name=Used] {