diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2022-07-03 13:20:12 +0800 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-10-23 21:29:24 +0000 |
commit | 825fb3a207f21254f4f0a65f6433d6a9650050aa (patch) | |
tree | 59fa25e4d6fd2a6fac6c8bf29dad91e84c80abe0 /toolkit/themes/windows | |
parent | d1345b1da64a27764bf00f1f23eb5815e8a11cbf (diff) | |
download | uxp-825fb3a207f21254f4f0a65f6433d6a9650050aa.tar.gz |
Issue #1793 - Follow-up: Fix incorrect media query
Diffstat (limited to 'toolkit/themes/windows')
-rw-r--r-- | toolkit/themes/windows/global/console/console.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/themes/windows/global/console/console.css b/toolkit/themes/windows/global/console/console.css index 4fb3fab706..990ce1cf2f 100644 --- a/toolkit/themes/windows/global/console/console.css +++ b/toolkit/themes/windows/global/console/console.css @@ -208,7 +208,7 @@ toolbar#ToolbarMode .toolbarbutton-text { } %ifdef XP_WIN -@media not (-moz-os-version: windows-win10) { +@media not all and (-moz-os-version: windows-win10) { #ToolbarMode { -moz-appearance: -moz-win-browsertabbar-toolbox; } |