Some fixes

This commit is contained in:
KodeStar
2018-02-08 22:51:12 +00:00
parent 803ab459b1
commit bbd85d2516
5 changed files with 65 additions and 7 deletions

View File

@@ -522,13 +522,15 @@ div.create {
@-webkit-keyframes autofill {
to {
background:#f5f5f5;
color:#fff;
color:$app-text;
font-weight: bold;
}
}
@keyframes autofill {
to {
background:#f5f5f5;
color:#fff;
color:$app-text;
font-weight: bold;
}
}
@@ -754,4 +756,21 @@ hr {
}
}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: inherit;
-webkit-text-fill-color: inherit;
-webkit-box-shadow: inherit;
transition: inherit;
color: $app-text!important;
}