From d946810c46b14ce4af123ff88f0ca0efa8f7845b Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 2 Aug 2018 15:01:07 +0800 Subject: [PATCH] Fix css of toastr --- resources/assets/src/stylus/common.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index 2e6299f7..b20802b0 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -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;