summaryrefslogtreecommitdiff
path: root/dom
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2021-06-22 18:14:44 +0000
committerNew Tobin Paradigm <mattatobin@no-reply.palemoon.org>2021-06-22 18:14:44 +0000
commit9af14b15018bc581fe8d37007890b482cb54e41c (patch)
tree7875d4047e7cdb3050c69cf93a4c09a684b1a268 /dom
parent604fc95340d90d5c973478ac142f49667013f61e (diff)
downloadaura-central-9af14b15018bc581fe8d37007890b482cb54e41c.tar.gz
Issue mcp-graveyard/UXP%1784 - Add -moz-dark-theme media query and allow prefers-color-scheme to follow it.
Diffstat (limited to 'dom')
-rw-r--r--dom/base/nsGkAtomList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h
index 57df1d6d1..bd0583598 100644
--- a/dom/base/nsGkAtomList.h
+++ b/dom/base/nsGkAtomList.h
@@ -2261,6 +2261,7 @@ GK_ATOM(windows_theme_generic, "windows-theme-generic")
// And the same again, as media query keywords.
GK_ATOM(_moz_color_picker_available, "-moz-color-picker-available")
+GK_ATOM(_moz_dark_theme, "-moz-dark-theme")
GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward")
GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward")
GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward")