X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Frules.css;h=863b473e7e20c2aee260153cf79bd10c5a1422d5;hb=708381dda4ddae3127c953bfcc3ca36ccaa014ed;hp=08f320a274434f371f139c004dae3783fd111381;hpb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;p=themes.git 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; }