57 lines
1.1 KiB
CSS
57 lines
1.1 KiB
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, */
|
|
#PanelUI-menu-button,
|
|
.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; */
|
|
min-width: 25px !important;
|
|
max-width: 35px !important;
|
|
}
|
|
|