X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ftoolbars.css;h=e7d2ed621782cc5472377692b9180b79eabbf695;hp=ee12919a86f8a707986fe1ecef145cf0fcd2e318;hb=c877146a907a47dc9c88507a58a8048b8b5f1562;hpb=5d1ab0eeea426512e2acccce1daab3b4843fdeb4 diff --git a/LCARStrek/devtools/toolbars.css b/LCARStrek/devtools/toolbars.css index ee12919a..e7d2ed62 100644 --- a/LCARStrek/devtools/toolbars.css +++ b/LCARStrek/devtools/toolbars.css @@ -56,7 +56,8 @@ /* HTML Checkboxes - a lot copied from global/in-content/common.css */ /* Hide the actual checkbox */ -input[type="checkbox"]:not(#browser-style-checkbox) { /* not() is workaround for old placement of checkbox in label */ +input[type="checkbox"]:not(#browser-style-checkbox), +#browser-style-checkbox:not([label]) { /* not()s are workaround for old placement of checkbox in label */ opacity: 0; width: 0; pointer-events: none;