summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorTeppo Kurki <teppo.kurki@vaadin.com>2015-06-10 17:55:03 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2015-06-10 18:49:57 +0300
commit3cad84dfd49756eca5c62d08eb137c7cae36f006 (patch)
tree3b75d2b37fd90faf6bebe297e87574b564db746e /WebContent
parent2c78ee9406adb4ccaeec2ef33c33ff7a218c97ed (diff)
downloadvaadin-framework-3cad84dfd49756eca5c62d08eb137c7cae36f006.tar.gz
vaadin-framework-3cad84dfd49756eca5c62d08eb137c7cae36f006.zip
Fixes grid editor datefield/combobox IE8/Valo (#17915)
Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_grid.scss12
1 files changed, 12 insertions, 0 deletions
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,