diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index a76eec65..0ce9ea0d 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -5,11 +5,33 @@ --toolbar-field-focus-border-color: #2c77ac; } +/* remove/adjust radius from buttons and tabs */ +*|*:root { + --toolbarbutton-border-radius: 3px !important; + --tab-border-radius: 3px !important; + --toolbarbutton-outer-padding: 2px !important; + /*--toolbarbutton-inner-padding: 8px !important;*/ + --toolbar-start-end-padding: 2px !important; +} + +/* remove/adjust margin fron tabs */ +.tab-background { + margin-block: 2px !important; +} + +/* remove/adjust padding between tabs */ +.tabbrowser-tab { + padding-inline: 2px !important; +} + + /* #url-go-button, */ #urlbar-zoom-button, #tracking-protection-icon-container, #back-button, +#back-button>*, #forward-button, +#forward-button>*, #stop-button, #reload-button, /* #statuspanel, */ @@ -71,6 +93,7 @@ toolbar>* { background-color: #14161b !important; } + #nav-bar toolbarspring { /* min-width: 55px !important; */ /* max-width: 65px !important; */