Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2024-05-09 11:41:45 +02:00
parent e18fff2ee7
commit 51edb92b8c
1 changed files with 13 additions and 0 deletions

View File

@ -217,6 +217,7 @@ html {
15. PHONEVERIFICATIONMODAL
16. NOTIFICATIONSMODAL
17. PODIUMSTARTMODAL
18. POLLMODAL
14. POPOUTS
1. CONTEXTMENU
2. USERPOPOUT
@ -3972,6 +3973,18 @@ button.button_ae40a4.enabled__214db:hover svg {
background-color: rgba(var(--transparencycolor_v), .5);
}
/* ---- 13.18. POLLMODAL ---- */
.voteDefault__164eb:hover {
background: rgba(var(--transparencycolor_v), .4);
}
.voteSelected_f19a44 {
background: rgb(var(--accentcolor_v));
}
.voteSelected_f19a44 [style*="color: var(--text-secondary)"] {
color: rgb(var(--textbrightest_v)) !important;
}
/* ~~~~ 14. POPOUTS ~~~~ */