📝 Changed custom firefox css

This commit is contained in:
z3rOR0ne 2023-02-28 01:03:46 -08:00
parent 457a895548
commit 1ec521f2ba

View file

@ -2,7 +2,7 @@
* toolkit.legacyUserProfileCustomizations.stylesheets*/ * toolkit.legacyUserProfileCustomizations.stylesheets*/
#urlbar-container { #urlbar-container {
--toolbar-field-focus-border-color: #2c77ac; --toolbar-field-focus-border-color: #2c77ac;
} }
#urlbar-zoom-button, #urlbar-zoom-button,
@ -25,8 +25,26 @@
color: transparent; 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 { #urlbar-background {
background-color: #14161b !important; background-color: #14161b !important;
} }
#nav-bar toolbarspring { #nav-bar toolbarspring {