summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss
index e92c9ce436..58baa5d6f7 100644
--- a/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss
+++ b/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss
@@ -477,8 +477,12 @@
td.#{$primary-stylename}-month {
width: round($v-unit-size * 4);
+ cursor:default;
@include valo-datefield-calendarpanel-month-style;
}
+ td.#{$primary-stylename}-month.header-month-year{
+ cursor:pointer;
+ }
.#{$primary-stylename}-year td.#{$primary-stylename}-month {
width: round($v-unit-size * 2);