some teaks based on observations when using the theme and errors reported in Firefox...
[themes.git] / LCARStrek / devtools / toolbars.css
index ee12919a86f8a707986fe1ecef145cf0fcd2e318..e7d2ed621782cc5472377692b9180b79eabbf695 100644 (file)
@@ -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;