summaryrefslogtreecommitdiff
path: root/src/select/properties/opacity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/opacity.c')
-rw-r--r--src/select/properties/opacity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/opacity.c b/src/select/properties/opacity.c
index 818af62..3e875f9 100644
--- a/src/select/properties/opacity.c
+++ b/src/select/properties/opacity.c
@@ -21,7 +21,7 @@ css_error css__cascade_opacity(uint32_t opv, css_style *style,
css_fixed opacity = 0;
if (hasFlagValue(opv) == false) {
- value = CSS_Z_INDEX_SET;
+ value = CSS_OPACITY_SET;
opacity = *((css_fixed *) style->bytecode);
advance_bytecode(style, sizeof(opacity));