Fix: Compatibility - Win10 accent color in titlebar's top border at ESR #358

This commit is contained in:
alstjr7375 2022-04-13 11:08:02 +09:00
parent 311410b385
commit 16016d5993

View file

@ -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"],