notes/firefox_preferences/chrome/userChrome.css
2023-02-28 01:03:46 -08:00

53 lines
993 B
CSS

/* enable in about:config by setting true:
* toolkit.legacyUserProfileCustomizations.stylesheets*/
#urlbar-container {
--toolbar-field-focus-border-color: #2c77ac;
}
#urlbar-zoom-button,
#tracking-protection-icon-container,
#back-button,
#forward-button,
#stop-button,
#reload-button,
#statuspanel,
#urlbar-input-container > #page-action-buttons,
.urlbarView-favicon,
.tab-icon-image,
#tabs-newtab-button > .toolbarbutton-icon,
/* .tab-label-container, */
.tab-close-button {
display: none !important;
}
#urlbar-input::placeholder {
color: transparent;
}
.titlebar-color {
background-color: #14161b !important;
}
menubar,
nav-bar,
#TabsToolbar > * {
background-color: #14161b !important;
}
toolbar > * {
background-color: #22252c !important;
}
.tab-background[selected="true"] {
background: #1b1d24 !important;
}
#urlbar-background {
background-color: #14161b !important;
}
#nav-bar toolbarspring {
min-width: 55px !important;
max-width: 65px !important;
}