X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Frules.css;h=863b473e7e20c2aee260153cf79bd10c5a1422d5;hp=08f320a274434f371f139c004dae3783fd111381;hb=1c129f501737dc6a853acf124852a58f7557f169;hpb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0 diff --git a/LCARStrek/devtools/rules.css b/LCARStrek/devtools/rules.css index 08f320a2..863b473e 100644 --- a/LCARStrek/devtools/rules.css +++ b/LCARStrek/devtools/rules.css @@ -32,6 +32,13 @@ 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; }