mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 14:10:23 -08:00
Fix: Theme - Navbar top outline color #99
This commit is contained in:
parent
be9ac5fd98
commit
32bafa7a38
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@
|
|||
background-color: unset !important; /* Original: var(--lwt-accent-color) */
|
||||
}
|
||||
|
||||
/* Navbar Border */
|
||||
#navigator-toolbox:-moz-lwtheme {
|
||||
--tabs-border-color: rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
/** Windows 7 - Compatibility ***********************************************/
|
||||
@media (-moz-os-version: windows-win7) {
|
||||
/* Header Color */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue