diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-21 16:25:49 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-29 10:32:46 +0000 |
commit | 604f55840dcd29c6e7a2795568a584ac622b260e (patch) | |
tree | 02509f9b78914798c447649e4863f3cae4b60a67 | |
parent | 207adfdc41c045860974b8a0a8ffbca9133a2794 (diff) | |
download | vaadin-framework-604f55840dcd29c6e7a2795568a584ac622b260e.tar.gz vaadin-framework-604f55840dcd29c6e7a2795568a584ac622b260e.zip |
Increase datefield calendarpanel selected date text contrast
Make the text easier to read.
Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_datefield.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_datefield.scss b/WebContent/VAADIN/themes/valo/components/_datefield.scss index 81c7fa0e5e..391ffb8595 100644 --- a/WebContent/VAADIN/themes/valo/components/_datefield.scss +++ b/WebContent/VAADIN/themes/valo/components/_datefield.scss @@ -448,6 +448,7 @@ color: valo-font-color($v-selection-color); @include valo-gradient($v-selection-color); border: none; + font-weight: max(600, $v-font-weight + 100); } @mixin valo-datefield-calendarpanel-day-focused-style { |