X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Frules.css;h=863b473e7e20c2aee260153cf79bd10c5a1422d5;hp=e104d3ac19af0ea8c9f43b50377f9a6bb3c10209;hb=1c129f501737dc6a853acf124852a58f7557f169;hpb=1e9e1791d430ae539727c01da67e7dbbf3adfa18 diff --git a/LCARStrek/devtools/rules.css b/LCARStrek/devtools/rules.css index e104d3ac..863b473e 100644 --- a/LCARStrek/devtools/rules.css +++ b/LCARStrek/devtools/rules.css @@ -21,10 +21,7 @@ display: flex; flex-direction: column; width: 100%; - /* Bug 1243598 - Reduce the container height by the tab height to make room - for the tabs above. */ - height: calc(100% - 24px); - position: absolute; + height: 100%; } /* Rule View Toolbar */ @@ -35,9 +32,15 @@ height: auto; } +/* Remove LCARS startcap and endcap */ +/* XXX: We actually should add them via the #ruleview-toolbar again */ +div#ruleview-toolbar-container::before, +div#ruleview-toolbar-container::after { + display: none; +} + #ruleview-toolbar { display: flex; - height: 23px; } #ruleview-toolbar > .devtools-searchbox:first-child { @@ -198,8 +201,7 @@ border-left: solid 10px; } -.ruleview-rule, -#noResults { +.ruleview-rule { padding: 2px 4px; } @@ -212,6 +214,10 @@ background: var(--theme-tab-toolbar-background); } +.ruleview-rule[unmatched=true] { + opacity: 0.5; +} + .ruleview-rule[uneditable=true] :focus { outline: none; } @@ -263,11 +269,6 @@ color: #A09090; } -#noResults { -/* font: message-box;*/ - color: #A09090; -} - .ruleview-rule + .ruleview-rule { border-top-width: 1px; border-top-style: dotted; @@ -448,8 +449,9 @@ cursor: text; } -.ruleview-selector-separator, .ruleview-selector-unmatched { - color: #888; +.ruleview-selector-separator, +.ruleview-selector-unmatched { + color: var(--theme-comment); } .ruleview-selector-matched > .ruleview-selector-attribute {