diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/preferences/in-content')
-rw-r--r-- | arc-firefox-theme/chrome/browser/preferences/in-content/dialog.css | 6 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/browser/preferences/in-content/dialog.css b/arc-firefox-theme/chrome/browser/preferences/in-content/dialog.css index c5eb833..6977dd5 100644 --- a/arc-firefox-theme/chrome/browser/preferences/in-content/dialog.css +++ b/arc-firefox-theme/chrome/browser/preferences/in-content/dialog.css @@ -73,3 +73,9 @@ description, caption > label { font-size: 1.2em; } + +/* 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; +} diff --git a/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css b/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css index 8c3d396..58cea34 100644 --- a/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css +++ b/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css @@ -222,7 +222,8 @@ treecol { /* Privacy pane */ #trackingProtectionPBMLearnMore, -#trackingProtectionLearnMore { +#trackingProtectionLearnMore, +#browserContainersLearnMore { margin-inline-start: 1.5em !important; margin-top: 0; font-weight: normal; |