Update BDFDB.raw.css
This commit is contained in:
parent
216390685f
commit
5ba2c37bf0
|
@ -1,5 +1,18 @@
|
||||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SupporterBadge.css);
|
@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"] {
|
img:not([src]), img[src=""], img[src="null"] {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue