X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ftoolbars.css;h=2bddea0aa73568b54a2eb68c3b921c1dd4dcd121;hb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac;hp=ee12919a86f8a707986fe1ecef145cf0fcd2e318;hpb=60156ae2942f9e0388417766c47ff8d8ab79369b;p=themes.git diff --git a/LCARStrek/devtools/toolbars.css b/LCARStrek/devtools/toolbars.css index ee12919a..2bddea0a 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; @@ -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; }