This commit is contained in:
Mirco Wittrien 2020-03-26 00:42:57 +01:00
parent 19b0e4d92e
commit 30e68db061
5 changed files with 383 additions and 195 deletions

View File

@ -4324,6 +4324,7 @@
DiscordClassModules.ModalWrap = BDFDB.ModuleUtils.find(m => typeof m.modal == "string" && typeof m.inner == "string" && Object.keys(m).length == 2);
DiscordClassModules.NameContainer = DiscordClassModules.ContextMenu.subMenuContext ? BDFDB.ModuleUtils.findByProperties("nameAndDecorators", "name") : {};
DiscordClassModules.NameTag = BDFDB.ModuleUtils.findByProperties("bot", "nameTag");
DiscordClassModules.NitroStore = BDFDB.ModuleUtils.findByProperties("applicationStore", "marketingHeader");
DiscordClassModules.Note = BDFDB.ModuleUtils.find(m => typeof m.note == "string" && Object.keys(m).length == 1);
DiscordClassModules.Notice = BDFDB.ModuleUtils.findByProperties("notice", "noticeFacebook");
DiscordClassModules.Peoples = BDFDB.ModuleUtils.findByProperties("peopleColumn", "tabBar");
@ -5357,6 +5358,7 @@
namecontainerselected: ["NameContainer", "selected"],
namecontainersubtext: ["NameContainer", "subText"],
nametag: ["NameTag", "nameTag"],
nitrostore: ["NitroStore", "applicationStore"],
nochannel: ["ChatWindow", "noChannel"],
notice: ["Notice", "notice"],
noticebrand: ["Notice", "noticeBrand"],

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,7 @@ body,
#app-mount REPLACE_CLASS_chat,
#app-mount REPLACE_CLASS_nochannel,
#app-mount REPLACE_CLASS_peoples,
#app-mount REPLACE_CLASS_nitrostore,
#app-mount REPLACE_CLASS_guilddiscovery,
#app-mount REPLACE_CLASS_scroller,
#app-mount REPLACE_CLASS_standardsidebarview,

File diff suppressed because it is too large Load Diff

View File

@ -1251,10 +1251,6 @@
#app-mount .iconIncluded-24npcq { /* modal included perkicon */
color: rgb(var(--vaccentcolor));
}
.perkIconChatPerks-BnKNFh { /* modal perkicon chat */
color: rgb(var(--vaccentcolor));
filter: brightness(120%);
}
#app-mount .upload-2-2ZMI { /* modal perkicon upload */
color: rgb(var(--vaccentcolor));
}
@ -1271,6 +1267,23 @@
.wrapper-3nSjSv { /* modal boostaddwrapper */
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5));
}
.tierMarkerLabelPlusIcon-1OS7E9 { /* modal prebuy icon */
color: rgb(var(--vaccentcolor));
}
.upsellFooterIcon-2105bD path { /* prebuy popout footer icon */
fill: rgb(var(--vaccentcolor));
}
.perkIconGuild-KLNhuR { /* prebuy popout perkicon guild */
color: rgb(var(--vaccentcolor));
}
.perkIconChatPerks-BnKNFh { /* prebuy popout perkicon chat */
color: rgb(var(--vaccentcolor));
filter: brightness(120%);
}
.perkIconStream-7wqAvn { /* prebuy popout perkicon stream */
color: rgb(var(--vaccentcolor));
filter: brightness(150%);
}
/* ---- 10.9. NEWUSERMODAL ---- */