firefox-userchrome/url-searchbar-rounded.css

4 lines
120 B
CSS

/* Round the URL / search bar in the header */
#urlbar-container {
--toolbarbutton-border-radius: 16px !important;
}