X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fdialog.css;fp=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fdialog.css;h=f2b4e582e7c9d0d15b4739f1e778680006c9b9cb;hp=a940b35a43ed29899a6d7fbc257958949b3934e9;hb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e;hpb=9ff3770c42688104b98dc9f99e67148047d9bd6d diff --git a/LCARStrek/browser/preferences/in-content/dialog.css b/LCARStrek/browser/preferences/in-content/dialog.css index a940b35a..f2b4e582 100644 --- a/LCARStrek/browser/preferences/in-content/dialog.css +++ b/LCARStrek/browser/preferences/in-content/dialog.css @@ -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; +}