stuff
This commit is contained in:
parent
a50982f055
commit
422e24c22f
|
@ -4434,6 +4434,7 @@
|
|||
DiscordClassModules.ChannelLimit = BDFDB.ModuleUtils.findByProperties("users", "total", "wrapper");
|
||||
DiscordClassModules.ChannelTextArea = BDFDB.ModuleUtils.findByProperties("textArea", "attachButton");
|
||||
DiscordClassModules.ChannelTextAreaButton = BDFDB.ModuleUtils.findByProperties("buttonWrapper", "active");
|
||||
DiscordClassModules.ChannelTextAreaCharCounter = BDFDB.ModuleUtils.findByProperties("characterCount", "error");
|
||||
DiscordClassModules.ChatWindow = BDFDB.ModuleUtils.findByProperties("chat", "channelTextArea");
|
||||
DiscordClassModules.Checkbox = BDFDB.ModuleUtils.findByProperties("checkboxWrapper", "round");
|
||||
DiscordClassModules.ColorPicker = BDFDB.ModuleUtils.findByProperties("colorPickerCustom", "customColorPickerInput");
|
||||
|
@ -5780,6 +5781,8 @@
|
|||
textareabuttonactive: ["ChannelTextAreaButton", "active"],
|
||||
textareabuttonpulse: ["ChannelTextAreaButton", "pulseButton"],
|
||||
textareabuttonwrapper: ["ChannelTextAreaButton", "buttonWrapper"],
|
||||
textareacharcounter: ["ChannelTextAreaCharCounter", "characterCount"],
|
||||
textareacharcountererror: ["ChannelTextAreaCharCounter", "error"],
|
||||
textareadisabled: ["ChannelTextArea", "textAreaDisabled"],
|
||||
textareaedit: ["ChannelTextArea", "textAreaEdit"],
|
||||
textareaenabled: ["ChannelTextArea", "textAreaEnabled"],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1028,13 +1028,6 @@ body:before {
|
|||
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||
}
|
||||
|
||||
.inner-zqa7da { /* textarea inner */
|
||||
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||
}
|
||||
.scrollableContainer-38zsVD .inner-zqa7da {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.attachButtonPlus-rUdX-B { /* textarea attachbuttoninner */
|
||||
fill: rgb(var(--fontwhite3));
|
||||
}
|
||||
|
|
|
@ -336,13 +336,6 @@
|
|||
.uploadModal-2ifh8j .inner-3nWsbo {
|
||||
border-color: rgba(255,255,255,0.5);
|
||||
}
|
||||
.uploadModal-2ifh8j .inner-zqa7da {
|
||||
background-color: rgba(114,118,125,.3);
|
||||
}
|
||||
.uploadModal-2ifh8j #charcounter {
|
||||
color: rgba(255,255,255);
|
||||
opacity: 0.7;
|
||||
}
|
||||
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j {
|
||||
border-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue