Browse Source

Increase datefield calendarpanel selected date text contrast

Make the text easier to read.

Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
tags/7.3.0
Jouni Koivuviita 9 years ago
parent
commit
22acb7fa65
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      WebContent/VAADIN/themes/valo/components/_datefield.scss

+ 1
- 0
WebContent/VAADIN/themes/valo/components/_datefield.scss View File

@@ -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);
}



Loading…
Cancel
Save