This commit is contained in:
Mirco Wittrien 2021-01-05 17:12:19 +01:00
parent cd07921620
commit b8dbcb66fb
3 changed files with 24 additions and 0 deletions

View File

@ -58,6 +58,7 @@
11. CHANGELOGMODAL
12. SCREENSHAREMODAL
13. PHONEVERIFICATIONMODAL
14. CUSTOMSTATUSMODAL
11. POPOUTS
1. CONTEXTMENU
2. USERPOPOUT
@ -275,6 +276,7 @@
left: 16px;
width: 47px;
height: 60px;
pointer-events: none;
background: rgb(var(--vaccentcolor));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/chatnotice_followchannel_accent.svg) center/contain no-repeat;
}
@ -1388,6 +1390,23 @@
fill: rgb(var(--vaccentcolor));
}
/* ---- 10.14. CUSTOMSTATUSMODAL ---- */
.art-347BZj {
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/customstatus_header_bg.svg) center/contain no-repeat;
}
.art-347BZj::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
background: rgb(var(--vaccentcolor));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/customstatus_header_accent.svg) center/contain no-repeat;
}
/* ~~~~ 11. POPOUTS ~~~~ */
@ -1694,6 +1713,9 @@
.theme-dark .lookFilled-1h1y05.selectOpen-hQuR6b {
border-color: rgb(var(--vaccentcolor)) rgb(var(--vaccentcolor)) rgba(0, 0, 0, 0.3);
}
.selectedIcon-3uS11H { /* dropdown select selected icon */
color: rgb(var(--vaccentcolor));
}
/* ---- 12.4. TAGS ---- */

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB