This commit is contained in:
Mirco Wittrien 2021-10-01 16:17:16 +02:00
parent b61e649db4
commit 85437a98e9
3 changed files with 22 additions and 7 deletions

View File

@ -149,6 +149,7 @@ html {
18. PHONEVERIFICATIONMODAL
19. NOTIFICATIONSMODAL
20. DISCOVERYENTRYMODAL
21. NITROFEATUREMODAL
14. POPOUTS
1. CONTEXTMENU
2. USERPOPOUT
@ -4171,6 +4172,16 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
color: var(--header-primary);
}
/* ---- 13.21. NITROFEATUREMODAL ---- */
#app-mount .cardImageBackground-1zqQ8d {
background: #000;
opacity: 0.5;
}
#app-mount .cardInfo-62VDSb {
background: rgba(var(--transparencycolor),.4);
}
/* ~~~~ 14. POPOUTS ~~~~ */

View File

@ -1763,13 +1763,6 @@ a.metadataName-14STf- {
background: rgb(var(--accentcolor2));
box-shadow: unset;
}
#app-mount .cardImageBackground-1zqQ8d {
background: #000;
opacity: 0.5;
}
#app-mount .cardInfo-62VDSb {
background: var(--background-floating);
}
/* ~~~~ 11. POPOUTS ~~~~ */

View File

@ -161,6 +161,7 @@ html {
21. REPORTPROBLEM
22. DISPATCHERROR
23. HYPESQUADQUIZ
24. NITROFEATUREMODAL
11. POPOUTS
1. USERPOPOUT
2. EMOJIPICKER
@ -3130,6 +3131,16 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
background-color: var(--background-accent);
}
/* ---- 10.24. NITROFEATUREMODAL ---- */
#app-mount .cardImageBackground-1zqQ8d {
background: #000;
opacity: 0.5;
}
#app-mount .cardInfo-62VDSb {
background: var(--background-floating);
}
/* ~~~~ 11. POPOUTS ~~~~ */