summaryrefslogtreecommitdiffstats
path: root/layout/style/nsStyleConsts.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-13 00:25:23 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-13 00:25:23 +0000
commit51581427794bb41142285bc837e9cf461d8abe7a (patch)
tree0be420e6bbd39dbdc889d341fa9a70300b3613c6 /layout/style/nsStyleConsts.h
parent7023db88ca13046fda9204b018d8f48f10e44ec4 (diff)
parent0939fde1a45d757debf36394c5a76bfb0951b8d7 (diff)
downloadUXP-51581427794bb41142285bc837e9cf461d8abe7a.tar
UXP-51581427794bb41142285bc837e9cf461d8abe7a.tar.gz
UXP-51581427794bb41142285bc837e9cf461d8abe7a.tar.lz
UXP-51581427794bb41142285bc837e9cf461d8abe7a.tar.xz
UXP-51581427794bb41142285bc837e9cf461d8abe7a.zip
Merge pull request 'Add scrollbar-width CSS spec' (#1707) from 1705 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1707
Diffstat (limited to 'layout/style/nsStyleConsts.h')
-rw-r--r--layout/style/nsStyleConsts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/style/nsStyleConsts.h b/layout/style/nsStyleConsts.h
index e6a0cc65a..308a66647 100644
--- a/layout/style/nsStyleConsts.h
+++ b/layout/style/nsStyleConsts.h
@@ -187,6 +187,13 @@ enum class StyleFloatEdge : uint8_t {
MarginBox,
};
+// scrollbar-width
+enum class StyleScrollbarWidth : uint8_t {
+ Auto,
+ Thin,
+ None,
+};
+
// shape-box for shape-outside
enum class StyleShapeOutsideShapeBox : uint8_t {
NoBox,