From dadaa3df4430b1d6c0a7ad80519ec90874449617 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 3 May 2019 14:30:01 -0400 Subject: [PATCH] Only change the default and hover text color on buttons for Windows 8+ HC Themes (aero-lite) --- toolkit/themes/windows/global/button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/themes/windows/global/button.css b/toolkit/themes/windows/global/button.css index 278339404c..3aeac85122 100644 --- a/toolkit/themes/windows/global/button.css +++ b/toolkit/themes/windows/global/button.css @@ -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 {