From 2578c72006f2b36676a429be69b60e65df826289 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Wed, 10 Jun 2015 17:55:03 +0300 Subject: [PATCH] Fixes grid editor datefield/combobox IE8/Valo (#17915) Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b --- WebContent/VAADIN/themes/valo/components/_grid.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/WebContent/VAADIN/themes/valo/components/_grid.scss b/WebContent/VAADIN/themes/valo/components/_grid.scss index c7a3def042..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, -- 2.39.5