sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / LCARStrek / devtools / toolbars.css
index ee12919a86f8a707986fe1ecef145cf0fcd2e318..2bddea0aa73568b54a2eb68c3b921c1dd4dcd121 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;
@@ -483,8 +484,8 @@ div.devtools-toolbar::after {
   visibility: hidden;
 }
 
-.devtools-searchinput .textbox-input::-moz-placeholder,
-.devtools-filterinput .textbox-input::-moz-placeholder {
+.devtools-searchinput .textbox-input::placeholder,
+.devtools-filterinput .textbox-input::placeholder {
   font-style: normal;
 }