summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_label.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_label.scss b/WebContent/VAADIN/themes/valo/components/_label.scss
index 290d51fe9a..29d811fc9a 100644
--- a/WebContent/VAADIN/themes/valo/components/_label.scss
+++ b/WebContent/VAADIN/themes/valo/components/_label.scss
@@ -137,8 +137,8 @@ $v-letter-spacing--h4: 0 !default;
.#{$primary-stylename}-success,
.#{$primary-stylename}-failure {
- background: #fff;
- color: #555;
+ background: $v-textfield-background-color;
+ color: valo-font-color($v-textfield-background-color);
border: 2px solid $v-friendly-color;
border-radius: $v-border-radius;
padding: round($v-unit-size/5) round($v-unit-size/2) round($v-unit-size/5) round($v-unit-size);