mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1793 - Follow-up: Fix incorrect media query
This commit is contained in:
parent
1a55f18324
commit
1ae5f60a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue