summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/properties.h')
-rw-r--r--include/libcss/properties.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcss/properties.h b/include/libcss/properties.h
index 0be9ba2..7475642 100644
--- a/include/libcss/properties.h
+++ b/include/libcss/properties.h
@@ -52,9 +52,9 @@ enum css_border_spacing {
};
enum css_border_color {
- CSS_BORDER_COLOR_INHERIT = 0x0,
- CSS_BORDER_COLOR_TRANSPARENT = 0x1,
- CSS_BORDER_COLOR_COLOR = 0x2
+ CSS_BORDER_COLOR_INHERIT = CSS_BACKGROUND_COLOR_INHERIT,
+ CSS_BORDER_COLOR_TRANSPARENT = CSS_BACKGROUND_COLOR_TRANSPARENT,
+ CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR
};
enum css_border_style {