Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-03-21 11:14:33 +01:00
parent 7b58fda40b
commit b9a9e24707
1 changed files with 10 additions and 1 deletions

View File

@ -2411,7 +2411,7 @@ html, span:not(.spinner-item) {
/* ----------------------- THEMESUPPORT ----------------------- */
/* ThemeDevBadge */
.profile-ZOdGIb.avatar-3EQepX a[href*="/avatars/278543574059057154"] ~ .status-oxiHuE,
#app-mount .profile-ZOdGIb.avatar-3EQepX a[href*="/avatars/278543574059057154"] ~ .status-oxiHuE,
#app-mount .profile-ZOdGIb.avatar-3EQepX .image-33JSyf.mask-3OgeRz[style*="/avatars/278543574059057154"] ~ .status-oxiHuE {
top: 3px !important;
right: 3px !important;
@ -2420,6 +2420,15 @@ html, span:not(.spinner-item) {
#app-mount .profile-ZOdGIb.avatar-3EQepX .image-33JSyf.mask-3OgeRz[style*="/avatars/278543574059057154"]:before {
display: none !important;
}
#app-mount .profile-ZOdGIb.avatar-3EQepX a[href*="/avatars/278543574059057154"]:hover ~ .status-oxiHuE:before,
#app-mount .profile-ZOdGIb.avatar-3EQepX .image-33JSyf.mask-3OgeRz[style*="/avatars/278543574059057154"]:hover ~ .status-oxiHuE:before {
background-color: rgb(var(--vaccentcolor)) !important;
color: rgb(255,255,255) !important;
}
#app-mount .profile-ZOdGIb.avatar-3EQepX a[href*="/avatars/278543574059057154"]:hover ~ .status-oxiHuE:after,
#app-mount .profile-ZOdGIb.avatar-3EQepX .image-33JSyf.mask-3OgeRz[style*="/avatars/278543574059057154"]:hover ~ .status-oxiHuE:after {
border-right-color: rgb(var(--vaccentcolor)) !important;
}
/* ----------------------- PLUGINSUPPORT ----------------------- */