Fix css of toastr

This commit is contained in:
Pig Fang 2018-08-02 15:01:07 +08:00
parent 5788fb93c1
commit d946810c46

View File

@ -4,6 +4,11 @@ body, h1, h2, h3, h4, h5, h6, .logo {
font-family: font_stack;
}
#toast-container > div {
opacity: 1;
filter: "alpha(opacity=100)";
}
/* fucking webkit autofill */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;