diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index 70aa65d7..052a8fa6 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -1,6 +1,10 @@ /* enable in about:config by setting true: * toolkit.legacyUserProfileCustomizations.stylesheets*/ +#urlbar-container { + --toolbar-field-focus-border-color: #2c77ac; +} + #urlbar-zoom-button, #tracking-protection-icon-container, #back-button, @@ -11,6 +15,7 @@ #urlbar-input-container > #page-action-buttons, .urlbarView-favicon, .tab-icon-image, +#tabs-newtab-button > .toolbarbutton-icon, /* .tab-label-container, */ .tab-close-button { display: none !important;