Issue #1793 - Only use proper Aero Styling in the Toolkit Error Console on Windows 7

This commit is contained in:
Matt A. Tobin
2021-07-12 13:00:51 -04:00
parent 1327910cda
commit cc934f8264
@@ -208,11 +208,13 @@ toolbar#ToolbarMode .toolbarbutton-text {
}
%ifdef XP_WIN
#ToolbarMode {
-moz-appearance: -moz-win-browsertabbar-toolbox;
}
@media not (-moz-os-version: windows-win10) {
#ToolbarMode {
-moz-appearance: -moz-win-browsertabbar-toolbox;
}
#ToolbarEval {
-moz-appearance: toolbox;
#ToolbarEval {
-moz-appearance: toolbox;
}
}
%endif