Librewolf basic config
This commit is contained in:
18
librewolf/chrome/userChrome.css
Normal file
18
librewolf/chrome/userChrome.css
Normal file
@@ -0,0 +1,18 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user