From fe761dfa77db94dd559ca84873d12de16a556d5a Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 7 Aug 2014 10:41:01 +0300 Subject: Make success and failure label styles blend more to the theme (Valo) Change-Id: Iece29f5b06a644e374935534399686d938de7501 --- WebContent/VAADIN/themes/valo/components/_label.scss | 4 ++-- 1 file 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); -- cgit v1.2.3