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