19 lines
447 B
CSS
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;
|
|
}
|