]> source.dussan.org Git - vaadin-framework.git/commitdiff
Quick fix for non-visible datefield buttons in IE8 (#17915)
authorTeppo Kurki <teppo.kurki@vaadin.com>
Tue, 9 Jun 2015 12:18:10 +0000 (15:18 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 9 Jun 2015 13:08:57 +0000 (13:08 +0000)
This concerns Grid Editor with themes other than Valo.
Also fixes the same issue for ComboBox.

Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c

WebContent/VAADIN/themes/base/grid/grid.scss

index 21ed1ed8d2c981790362518451342932c10c5c6d..1653032703e17afbb259ede0b73c88324c3d33a2 100644 (file)
@@ -366,6 +366,18 @@ $v-grid-details-border-bottom-stripe: 1px solid darken($v-grid-row-background-co
         min-height: 100%;
         max-height: 100%;
       }
+      
+      .v-datefield-button {
+        .v-ie8 & {
+          margin-left: -30px;
+        }
+      }
+      
+      .v-filterselect-button {
+        .v-ie8 & {
+          margin-left: -27px;
+        }
+      }
 
       .v-select,
       .v-select-select {