X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fdialog.css;h=f2b4e582e7c9d0d15b4739f1e778680006c9b9cb;hb=HEAD;hp=5434298ffff1afd714faf7633bf9895f1065e073;hpb=c1080df62f8b2f28ca13475f9ae69f68465cce86;p=themes.git diff --git a/LCARStrek/browser/preferences/in-content/dialog.css b/LCARStrek/browser/preferences/in-content/dialog.css index 5434298f..f2b4e582 100644 --- a/LCARStrek/browser/preferences/in-content/dialog.css +++ b/LCARStrek/browser/preferences/in-content/dialog.css @@ -44,7 +44,7 @@ tree:not(#rejectsTree) { } caption { - -moz-padding-start: 0; + padding-inline-start: 0; } groupbox { @@ -64,3 +64,9 @@ groupbox description { margin-right: 0; margin-left: 0; } + +/* Create a separate rule to unset these styles on .tree-input instead of + using :not(.tree-input) so the selector specifity doesn't change. */ +textbox.tree-input { + font-size: unset; +}