firefox-userchrome/rounded-url-searchbar.css

4 lines
120 B
CSS

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