diff options
author | Moonchild <moonchild@palemoon.org> | 2022-01-10 19:51:48 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-08 00:40:49 +0200 |
commit | e49b80dba7393d5baff831251f7981bc21324d81 (patch) | |
tree | a18c7ae47902a571e403aac04de1ac99a2c486cc /dom | |
parent | 834ded7d18cf9acbb7d975fe22f2dea4f1f4c57d (diff) | |
download | uxp-e49b80dba7393d5baff831251f7981bc21324d81.tar.gz |
Issue #1853 - Map scrollbar-width to an element attribute.
By mapping this to an attribute, this allows browser themes to respond to
the various available scrollbar width settings in CSS.
Diffstat (limited to 'dom')
-rw-r--r-- | dom/base/nsGkAtomList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h index e5008c420b..ad2eda2116 100644 --- a/dom/base/nsGkAtomList.h +++ b/dom/base/nsGkAtomList.h @@ -1133,6 +1133,7 @@ GK_ATOM(scrollbarDownBottom, "scrollbar-down-bottom") GK_ATOM(scrollbarDownTop, "scrollbar-down-top") GK_ATOM(scrollbarUpBottom, "scrollbar-up-bottom") GK_ATOM(scrollbarUpTop, "scrollbar-up-top") +GK_ATOM(scrollbarwidth, "scrollbarwidth") GK_ATOM(scrollbox, "scrollbox") GK_ATOM(scrollcorner, "scrollcorner") GK_ATOM(scrolling, "scrolling") |