fixes
This commit is contained in:
parent
743450d131
commit
3835e05b7f
|
@ -4442,7 +4442,8 @@
|
|||
DiscordClassModules.Channel = BDFDB.ModuleUtils.findByProperties("wrapper", "content", "modeSelected");
|
||||
DiscordClassModules.ChannelContainer = BDFDB.ModuleUtils.findByProperties("actionIcon", "containerDefault");
|
||||
DiscordClassModules.ChannelLimit = BDFDB.ModuleUtils.findByProperties("users", "total", "wrapper");
|
||||
DiscordClassModules.ChannelTextArea = BDFDB.ModuleUtils.findByProperties("textArea", "attachButton");
|
||||
DiscordClassModules.ChannelTextArea = BDFDB.ModuleUtils.findByProperties("textArea", "buttons");
|
||||
DiscordClassModules.ChannelTextAreaAttachButton = BDFDB.ModuleUtils.findByProperties("attachButton", "attachWrapper");
|
||||
DiscordClassModules.ChannelTextAreaButton = BDFDB.ModuleUtils.findByProperties("buttonWrapper", "active");
|
||||
DiscordClassModules.ChannelTextAreaCharCounter = BDFDB.ModuleUtils.findByProperties("characterCount", "error");
|
||||
DiscordClassModules.ChatWindow = BDFDB.ModuleUtils.findByProperties("chat", "channelTextArea");
|
||||
|
@ -5788,10 +5789,10 @@
|
|||
tablerow: ["BDFDB", "tableRow"],
|
||||
tablestickyheader: ["BDFDB", "tableStickyHeader"],
|
||||
textarea: ["ChannelTextArea", "textArea"],
|
||||
textareaattachbutton: ["ChannelTextArea", "attachButton"],
|
||||
textareaattachbuttoninner: ["ChannelTextArea", "attachButtonInner"],
|
||||
textareaattachbuttonplus: ["ChannelTextArea", "attachButtonPlus"],
|
||||
textareaattachwrapper: ["ChannelTextArea", "attachWrapper"],
|
||||
textareaattachbutton: ["ChannelTextAreaAttachButton", "attachButton"],
|
||||
textareaattachbuttoninner: ["ChannelTextAreaAttachButton", "attachButtonInner"],
|
||||
textareaattachbuttonplus: ["ChannelTextAreaAttachButton", "attachButtonPlus"],
|
||||
textareaattachwrapper: ["ChannelTextAreaAttachButton", "attachWrapper"],
|
||||
textareabutton: ["ChannelTextAreaButton", "button"],
|
||||
textareabuttonactive: ["ChannelTextAreaButton", "active"],
|
||||
textareabuttonpulse: ["ChannelTextAreaButton", "pulseButton"],
|
||||
|
@ -5799,18 +5800,12 @@
|
|||
textareacharcounter: ["ChannelTextAreaCharCounter", "characterCount"],
|
||||
textareacharcountererror: ["ChannelTextAreaCharCounter", "error"],
|
||||
textareadisabled: ["ChannelTextArea", "textAreaDisabled"],
|
||||
textareaedit: ["ChannelTextArea", "textAreaEdit"],
|
||||
textareaenabled: ["ChannelTextArea", "textAreaEnabled"],
|
||||
textareaenablednoattach: ["ChannelTextArea", "textAreaEnabledNoAttach"],
|
||||
textareaform: ["ChannelTextArea", "textAreaForm"],
|
||||
textareahighbackgroundopacity: ["ChannelTextArea", "highBackgroundOpacity"],
|
||||
textareahasautocomplete: ["ChannelTextArea", "hasAutocomplete"],
|
||||
textareaicon: ["ChannelTextAreaButton", "icon"],
|
||||
textareaiconpulse: ["ChannelTextAreaButton", "pulseIcon"],
|
||||
textareainner: ["ChannelTextArea", "inner"],
|
||||
textareainnerdisabled: ["ChannelTextArea", "innerDisabled"],
|
||||
textareainnerenabled: ["ChannelTextArea", "innerEnabled"],
|
||||
textareainnerenablednoattach: ["ChannelTextArea", "innerEnabledNoAttach"],
|
||||
textarealowbackgroundopacity: ["ChannelTextArea", "lowBackgroundOpacity"],
|
||||
textareamediumbackgroundopacity: ["ChannelTextArea", "mediumBackgroundOpacity"],
|
||||
textareapickerbutton: ["ChannelTextArea", "button"],
|
||||
|
@ -5820,13 +5815,11 @@
|
|||
textareaslate: ["NotFound", "slateTextArea"],
|
||||
textareaslatecontainer: ["NotFound", "slateContainer"],
|
||||
textareaslateplaceholder: ["NotFound", "slatePlaceholder"],
|
||||
textareauploadinput: ["ChannelTextArea", "uploadInput"],
|
||||
textareauploadinput: ["ChannelTextAreaAttachButton", "uploadInput"],
|
||||
textareawebkit: ["ChannelTextArea", "webkit"],
|
||||
textareawrapall: ["ChannelTextArea", "channelTextArea"],
|
||||
textareawrapchat: ["ChatWindow", "channelTextArea"],
|
||||
textareawrapdisabled: ["ChannelTextArea", "channelTextAreaDisabled"],
|
||||
textareawrapenabled: ["ChannelTextArea", "channelTextAreaEnabled"],
|
||||
textareawrapenablednoattach: ["ChannelTextArea", "channelTextAreaEnabledNoAttach"],
|
||||
textlink: ["Notice", "textLink"],
|
||||
textrow: ["PopoutActivity", "textRow"],
|
||||
textscroller: ["BDFDB", "textScroller"],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1052,30 +1052,39 @@ body:before {
|
|||
border-top-color: rgba(var(--fontwhite1), 0.1);
|
||||
}
|
||||
|
||||
.scrollableContainer-38zsVD { /* textarea container */
|
||||
.scrollableContainer-38zsVD, /* textarea container */
|
||||
.scrollableContainer-2NUZem { /* textarea container */
|
||||
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||
}
|
||||
|
||||
.attachButtonPlus-rUdX-B { /* textarea attachbuttoninner */
|
||||
.attachButtonPlus-rUdX-B, /* textarea attachbuttoninner */
|
||||
.attachButtonPlus-jWVFah { /* textarea attachbuttoninner */
|
||||
fill: rgb(var(--fontwhite3));
|
||||
}
|
||||
.attachButton-1UjEWA:hover .attachButtonPlus-rUdX-B {
|
||||
.attachButton-1UjEWA:hover .attachButtonPlus-rUdX-B,
|
||||
.attachButton-2WznTc:hover .attachButtonPlus-jWVFah {
|
||||
fill: rgb(var(--fontwhite2));
|
||||
}
|
||||
.attachButton-1UjEWA:active .attachButtonPlus-rUdX-B {
|
||||
.attachButton-1UjEWA:active .attachButtonPlus-rUdX-B,
|
||||
.attachButton-2WznTc:active .attachButtonPlus-jWVFah {
|
||||
fill: rgb(var(--fontwhite1));
|
||||
}
|
||||
.attachButtonDivider-3Glu60 { /* textarea attachdivider */
|
||||
background-color: rgb(var(--fontwhite3));
|
||||
}
|
||||
.attachWrapper-1_D-pj { /* textarea attachdivider */
|
||||
.attachWrapper-1_D-pj, /* textarea attachdivider */
|
||||
.attachWrapper-2TRKBi { /* textarea attachdivider */
|
||||
border-color: rgb(var(--fontwhite3));
|
||||
}
|
||||
|
||||
#app-mount .textArea-2Spzkt { /* textarea textarea */
|
||||
#app-mount .textArea-2Spzkt, /* textarea textarea */
|
||||
#app-mount .textArea-12jD-V { /* textarea textarea */
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .textArea-2Spzkt::placeholder {
|
||||
#app-mount .textArea-2Spzkt,
|
||||
#app-mount .textArea-12jD-V::placeholder {
|
||||
color: rgb(var(--fontwhite4));
|
||||
}
|
||||
.placeholder-37qJjk,
|
||||
.slateTextArea-1Mkdgw .hljs-comment,
|
||||
.slateTextArea-1Mkdgw .hljs-quote {
|
||||
color: rgb(var(--fontwhite4));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue