summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcss/properties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libcss/properties.h b/include/libcss/properties.h
index ffc3d06..f496bc9 100644
--- a/include/libcss/properties.h
+++ b/include/libcss/properties.h
@@ -159,7 +159,8 @@ enum css_border_spacing {
enum css_border_color {
CSS_BORDER_COLOR_INHERIT = CSS_BACKGROUND_COLOR_INHERIT,
CSS_BORDER_COLOR_TRANSPARENT = CSS_BACKGROUND_COLOR_TRANSPARENT,
- CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR
+ CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR,
+ CSS_BORDER_COLOR_INITIAL = 0x3
};
enum css_border_style {