Files
surface/librewolf/chrome/userChrome.css
2025-10-27 11:43:24 +00:00

19 lines
447 B
CSS

#navigator-toolbox {
// background-color: #ff0000 !important; /* Red background */
}
/* Hide the close button in the top right corner */
.titlebar-buttonbox-container, .titlebar-spacer {
display: none !important;
}
/* Hide Search options to left of toolbar */
#urlbar-searchmode-switcher {
display: none !important;
}
.urlbar-input-box {
padding-left: 7px !important;
}
/* urlbar-input-box */
#titlebar {
display: none !important;
}