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;
}