mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Compatibility - Win10 accent color in titlebar's top border at ESR #358
This commit is contained in:
parent
311410b385
commit
16016d5993
1 changed files with 10 additions and 0 deletions
|
|
@ -221,6 +221,16 @@ menu[disabled="true"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*= Windows 10 - Top border of accent color at ESR #358 ======================*/
|
||||||
|
@media (-moz-windows-accent-color-in-titlebar) {
|
||||||
|
:root[sizemode=normal][tabsintitlebar] #navigator-toolbox {
|
||||||
|
border-top: .5px solid -moz-accent-color !important;
|
||||||
|
}
|
||||||
|
:root[sizemode=normal][tabsintitlebar]:-moz-window-inactive #navigator-toolbox {
|
||||||
|
border-top-color: rgb(57, 57, 57) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (-moz-gtk-csd-available) {
|
@media (-moz-gtk-csd-available) {
|
||||||
/*= Linux - Global Menubar Active Color ====================================*/
|
/*= Linux - Global Menubar Active Color ====================================*/
|
||||||
#main-menubar > menu[open="true"],
|
#main-menubar > menu[open="true"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue