Make sure Glass doesn't override LWT style for the title bar.

This resolves #965.
This commit is contained in:
wolfbeast 2019-02-05 14:09:00 +01:00 committed by Roy Tam
commit 5f35a6ccf0

View file

@ -50,13 +50,6 @@
right: -12px;
}
/* Lightweight Themes */
#main-window:-moz-lwtheme::after {
color: inherit;
text-shadow: inherit;
}
/* Windows Classic theme */
@media all and (-moz-windows-classic) {
@ -192,6 +185,13 @@
}
/* Lightweight Themes */
#main-window:-moz-lwtheme::after {
color: inherit;
text-shadow: inherit;
}
/* Hide for small windows */