Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2020-09-23 21:19:25 +02:00 committed by GitHub
parent 216390685f
commit 5ba2c37bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SupporterBadge.css);
#pluginNotice[class=" "], #pluginNotice[class=""] {
z-index: 999;
background: black;
color: white;
text-align: center;
pointer-events: all;
}
#pluginNotice[class=" "] span, #pluginNotice[class=""] span {
position: relative;
top: 10px;
color: white;
}
img:not([src]), img[src=""], img[src="null"] {
opacity: 0;
}
@ -1024,4 +1037,4 @@ img:not([src]), img[src=""], img[src="null"] {
.toast.toast-warning.icon,
.toast.toast-warn.icon {
background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==);
}
}