Only change the default and hover text color on buttons for Windows 8+ HC Themes (aero-lite)

This commit is contained in:
Matt A. Tobin 2019-05-03 14:30:01 -04:00 committed by Roy Tam
commit dadaa3df44

View file

@ -60,7 +60,7 @@ button[default="true"] {
}
@media not all and (-moz-windows-default-theme) {
@media (-moz-windows-compositor) {
@media (-moz-windows-theme: aero-lite) {
/* This is for high-contrast themes on Windows 8 and later */
button[default="true"],
button:hover {