diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_grid.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_grid.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_grid.scss b/WebContent/VAADIN/themes/valo/components/_grid.scss index c07d330410..27d421b9f2 100644 --- a/WebContent/VAADIN/themes/valo/components/_grid.scss +++ b/WebContent/VAADIN/themes/valo/components/_grid.scss @@ -146,6 +146,18 @@ $v-grid-details-border-bottom-stripe: $v-grid-cell-horizontal-border !default; @include box-shadow(none); } } + + .v-datefield-button { + .v-ie8 & { + margin-left: 0px; + } + } + + .v-filterselect-button { + .v-ie8 & { + margin-left: 0px; + } + } .v-textfield-focus, .v-datefield .v-textfield-focus, @@ -190,7 +202,7 @@ $v-grid-details-border-bottom-stripe: $v-grid-cell-horizontal-border !default; // Sidebar .#{$primary-stylename}-sidebar.v-contextmenu { - &.opened { + &.open { .#{$primary-stylename}-sidebar-button:after { font-size: 20px; } |