improve devtools looks somewhat and make them work up to current nightly
[themes.git] / LCARStrek / devtools / rules.css
index 08f320a274434f371f139c004dae3783fd111381..863b473e7e20c2aee260153cf79bd10c5a1422d5 100644 (file)
   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;
 }