mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Fix css of toastr
This commit is contained in:
parent
5788fb93c1
commit
d946810c46
@ -4,6 +4,11 @@ body, h1, h2, h3, h4, h5, h6, .logo {
|
|||||||
font-family: font_stack;
|
font-family: font_stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#toast-container > div {
|
||||||
|
opacity: 1;
|
||||||
|
filter: "alpha(opacity=100)";
|
||||||
|
}
|
||||||
|
|
||||||
/* fucking webkit autofill */
|
/* fucking webkit autofill */
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
|
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
|
||||||
|
Loading…
Reference in New Issue
Block a user