Keep standard properties in CSS along with vendored

This commit is contained in:
MrTimscampi 2020-01-21 20:13:19 +01:00
parent 5fb98e950b
commit 91f5866d35
3 changed files with 12 additions and 0 deletions

View File

@ -110,6 +110,7 @@
.detailButton-mobile,
.skinHeader {
flex-direction: column;
-webkit-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal

View File

@ -115,6 +115,16 @@
margin-bottom: .25em;
}
@keyframes repaintChrome {
from {
padding: 0;
}
to {
padding: 0;
}
}
@-webkit-keyframes repaintChrome {
from {
padding: 0;

View File

@ -1,4 +1,5 @@
_:-ms-input-placeholder {
appearance: none;
-ms-appearance: none;
height: 2.223em;
margin: 0;