Browse Source

Quick fix for non-visible datefield buttons in IE8 (#17915)

This concerns Grid Editor with themes other than Valo.
Also fixes the same issue for ComboBox.

Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
tags/7.5.0.rc1
Teppo Kurki 9 years ago
parent
commit
4c5405284b
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      WebContent/VAADIN/themes/base/grid/grid.scss

+ 12
- 0
WebContent/VAADIN/themes/base/grid/grid.scss View 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 {

Loading…
Cancel
Save