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);
|
||||
|
||||
#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==);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue