diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-21 16:25:49 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-08-30 15:38:21 +0300 |
commit | 22acb7fa65ca7a153604fe3cbf323b18ebe4e08f (patch) | |
tree | 3282c2960ea9d5d8ae56a5cbad5194e9651354dc /WebContent/VAADIN | |
parent | 1f6f9b04f6fc73ce5b1b9c29cbe7445730b3db29 (diff) | |
download | vaadin-framework-22acb7fa65ca7a153604fe3cbf323b18ebe4e08f.tar.gz vaadin-framework-22acb7fa65ca7a153604fe3cbf323b18ebe4e08f.zip |
Increase datefield calendarpanel selected date text contrast
Make the text easier to read.
Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
Diffstat (limited to 'WebContent/VAADIN')
-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 72183d07d3..b1d5dcce5b 100644 --- a/WebContent/VAADIN/themes/valo/components/_datefield.scss +++ b/WebContent/VAADIN/themes/valo/components/_datefield.scss @@ -522,6 +522,7 @@ color: valo-font-color($v-selection-color); @include valo-gradient($v-selection-color); border: none; + font-weight: max(600, $v-font-weight + 100); } |