diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-07 10:41:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-11 18:31:27 +0000 |
commit | fe761dfa77db94dd559ca84873d12de16a556d5a (patch) | |
tree | 6d1a1fdd019292bdceba4537ea869463dbcd1d17 /WebContent/VAADIN/themes | |
parent | c21e8c3e76e6cda3a785d50d8d4e9301cb8c9c1a (diff) | |
download | vaadin-framework-fe761dfa77db94dd559ca84873d12de16a556d5a.tar.gz vaadin-framework-fe761dfa77db94dd559ca84873d12de16a556d5a.zip |
Make success and failure label styles blend more to the theme (Valo)
Change-Id: Iece29f5b06a644e374935534399686d938de7501
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_label.scss | 4 |
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); |