summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/inlinedatefield/inlinedatefield.scss
blob: 413c7ccca35a582e6b657712e87603c44d9f474d (plain)
1
2
3
4
5
6
7
8
9
10
@mixin chameleon-inline-datefield($name : v-inline-datefield){
        
    /* FIXME $name should be passed to the the mixing instead of the default. Fix when SASS compiler works. #9821 */
    @include chameleon-datefield(v-inline-datefield);
    
    .#{$name},
    .#{$name}-calendarpanel-day {
        line-height:16px; /* Override popup datefields line-height:0 to get correct line heights */
    }      
}