Defect #31358 » fix_for_ie11.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 457 | 457 |
-ms-appearance: none; |
| 458 | 458 |
-o-appearance: none; |
| 459 | 459 |
appearance: none; |
| 460 |
background: #fff url(../images/arrow_down.png) no-repeat calc( 100% - 7px) 50%; |
|
| 460 |
background-color: #fff; |
|
| 461 |
background-image: url(../images/arrow_down.png); |
|
| 462 |
background-repeat: no-repeat; |
|
| 463 |
background-position: calc(100% - 7px) 50%; |
|
| 461 | 464 |
padding-right: 20px; |
| 462 | 465 |
} |
| 463 | 466 |
input[type="file"] {border: 0; padding-left: 0; padding-right: 0;}
|
| ... | ... | |
| 1610 | 1613 |
overflow:hidden; |
| 1611 | 1614 |
} |
| 1612 | 1615 | |
| 1613 | ||
| 1614 | 1616 |
img {
|
| 1615 | 1617 |
image-orientation: from-image; |
| 1616 | 1618 |
} |
| ... | ... | |
| 1625 | 1627 |
max-height: 100%; |
| 1626 | 1628 |
max-width: 100%; |
| 1627 | 1629 |
} |
| 1630 | ||
| 1631 |
/* Fixes for IE 11 */ |
|
| 1632 |
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
| 1633 |
select::-ms-expand {
|
|
| 1634 |
display: none; |
|
| 1635 |
} |
|
| 1636 |
select[multiple=multiple] {padding-right: 0;}
|
|
| 1637 |
} |
|
- « Previous
- 1
- 2
- Next »