fixes
This commit is contained in:
parent
743450d131
commit
3835e05b7f
|
@ -4442,7 +4442,8 @@
|
||||||
DiscordClassModules.Channel = BDFDB.ModuleUtils.findByProperties("wrapper", "content", "modeSelected");
|
DiscordClassModules.Channel = BDFDB.ModuleUtils.findByProperties("wrapper", "content", "modeSelected");
|
||||||
DiscordClassModules.ChannelContainer = BDFDB.ModuleUtils.findByProperties("actionIcon", "containerDefault");
|
DiscordClassModules.ChannelContainer = BDFDB.ModuleUtils.findByProperties("actionIcon", "containerDefault");
|
||||||
DiscordClassModules.ChannelLimit = BDFDB.ModuleUtils.findByProperties("users", "total", "wrapper");
|
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.ChannelTextAreaButton = BDFDB.ModuleUtils.findByProperties("buttonWrapper", "active");
|
||||||
DiscordClassModules.ChannelTextAreaCharCounter = BDFDB.ModuleUtils.findByProperties("characterCount", "error");
|
DiscordClassModules.ChannelTextAreaCharCounter = BDFDB.ModuleUtils.findByProperties("characterCount", "error");
|
||||||
DiscordClassModules.ChatWindow = BDFDB.ModuleUtils.findByProperties("chat", "channelTextArea");
|
DiscordClassModules.ChatWindow = BDFDB.ModuleUtils.findByProperties("chat", "channelTextArea");
|
||||||
|
@ -5788,10 +5789,10 @@
|
||||||
tablerow: ["BDFDB", "tableRow"],
|
tablerow: ["BDFDB", "tableRow"],
|
||||||
tablestickyheader: ["BDFDB", "tableStickyHeader"],
|
tablestickyheader: ["BDFDB", "tableStickyHeader"],
|
||||||
textarea: ["ChannelTextArea", "textArea"],
|
textarea: ["ChannelTextArea", "textArea"],
|
||||||
textareaattachbutton: ["ChannelTextArea", "attachButton"],
|
textareaattachbutton: ["ChannelTextAreaAttachButton", "attachButton"],
|
||||||
textareaattachbuttoninner: ["ChannelTextArea", "attachButtonInner"],
|
textareaattachbuttoninner: ["ChannelTextAreaAttachButton", "attachButtonInner"],
|
||||||
textareaattachbuttonplus: ["ChannelTextArea", "attachButtonPlus"],
|
textareaattachbuttonplus: ["ChannelTextAreaAttachButton", "attachButtonPlus"],
|
||||||
textareaattachwrapper: ["ChannelTextArea", "attachWrapper"],
|
textareaattachwrapper: ["ChannelTextAreaAttachButton", "attachWrapper"],
|
||||||
textareabutton: ["ChannelTextAreaButton", "button"],
|
textareabutton: ["ChannelTextAreaButton", "button"],
|
||||||
textareabuttonactive: ["ChannelTextAreaButton", "active"],
|
textareabuttonactive: ["ChannelTextAreaButton", "active"],
|
||||||
textareabuttonpulse: ["ChannelTextAreaButton", "pulseButton"],
|
textareabuttonpulse: ["ChannelTextAreaButton", "pulseButton"],
|
||||||
|
@ -5799,18 +5800,12 @@
|
||||||
textareacharcounter: ["ChannelTextAreaCharCounter", "characterCount"],
|
textareacharcounter: ["ChannelTextAreaCharCounter", "characterCount"],
|
||||||
textareacharcountererror: ["ChannelTextAreaCharCounter", "error"],
|
textareacharcountererror: ["ChannelTextAreaCharCounter", "error"],
|
||||||
textareadisabled: ["ChannelTextArea", "textAreaDisabled"],
|
textareadisabled: ["ChannelTextArea", "textAreaDisabled"],
|
||||||
textareaedit: ["ChannelTextArea", "textAreaEdit"],
|
|
||||||
textareaenabled: ["ChannelTextArea", "textAreaEnabled"],
|
|
||||||
textareaenablednoattach: ["ChannelTextArea", "textAreaEnabledNoAttach"],
|
|
||||||
textareaform: ["ChannelTextArea", "textAreaForm"],
|
|
||||||
textareahighbackgroundopacity: ["ChannelTextArea", "highBackgroundOpacity"],
|
textareahighbackgroundopacity: ["ChannelTextArea", "highBackgroundOpacity"],
|
||||||
textareahasautocomplete: ["ChannelTextArea", "hasAutocomplete"],
|
textareahasautocomplete: ["ChannelTextArea", "hasAutocomplete"],
|
||||||
textareaicon: ["ChannelTextAreaButton", "icon"],
|
textareaicon: ["ChannelTextAreaButton", "icon"],
|
||||||
textareaiconpulse: ["ChannelTextAreaButton", "pulseIcon"],
|
textareaiconpulse: ["ChannelTextAreaButton", "pulseIcon"],
|
||||||
textareainner: ["ChannelTextArea", "inner"],
|
textareainner: ["ChannelTextArea", "inner"],
|
||||||
textareainnerdisabled: ["ChannelTextArea", "innerDisabled"],
|
textareainnerdisabled: ["ChannelTextArea", "innerDisabled"],
|
||||||
textareainnerenabled: ["ChannelTextArea", "innerEnabled"],
|
|
||||||
textareainnerenablednoattach: ["ChannelTextArea", "innerEnabledNoAttach"],
|
|
||||||
textarealowbackgroundopacity: ["ChannelTextArea", "lowBackgroundOpacity"],
|
textarealowbackgroundopacity: ["ChannelTextArea", "lowBackgroundOpacity"],
|
||||||
textareamediumbackgroundopacity: ["ChannelTextArea", "mediumBackgroundOpacity"],
|
textareamediumbackgroundopacity: ["ChannelTextArea", "mediumBackgroundOpacity"],
|
||||||
textareapickerbutton: ["ChannelTextArea", "button"],
|
textareapickerbutton: ["ChannelTextArea", "button"],
|
||||||
|
@ -5820,13 +5815,11 @@
|
||||||
textareaslate: ["NotFound", "slateTextArea"],
|
textareaslate: ["NotFound", "slateTextArea"],
|
||||||
textareaslatecontainer: ["NotFound", "slateContainer"],
|
textareaslatecontainer: ["NotFound", "slateContainer"],
|
||||||
textareaslateplaceholder: ["NotFound", "slatePlaceholder"],
|
textareaslateplaceholder: ["NotFound", "slatePlaceholder"],
|
||||||
textareauploadinput: ["ChannelTextArea", "uploadInput"],
|
textareauploadinput: ["ChannelTextAreaAttachButton", "uploadInput"],
|
||||||
textareawebkit: ["ChannelTextArea", "webkit"],
|
textareawebkit: ["ChannelTextArea", "webkit"],
|
||||||
textareawrapall: ["ChannelTextArea", "channelTextArea"],
|
textareawrapall: ["ChannelTextArea", "channelTextArea"],
|
||||||
textareawrapchat: ["ChatWindow", "channelTextArea"],
|
textareawrapchat: ["ChatWindow", "channelTextArea"],
|
||||||
textareawrapdisabled: ["ChannelTextArea", "channelTextAreaDisabled"],
|
textareawrapdisabled: ["ChannelTextArea", "channelTextAreaDisabled"],
|
||||||
textareawrapenabled: ["ChannelTextArea", "channelTextAreaEnabled"],
|
|
||||||
textareawrapenablednoattach: ["ChannelTextArea", "channelTextAreaEnabledNoAttach"],
|
|
||||||
textlink: ["Notice", "textLink"],
|
textlink: ["Notice", "textLink"],
|
||||||
textrow: ["PopoutActivity", "textRow"],
|
textrow: ["PopoutActivity", "textRow"],
|
||||||
textscroller: ["BDFDB", "textScroller"],
|
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);
|
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);
|
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));
|
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));
|
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));
|
fill: rgb(var(--fontwhite1));
|
||||||
}
|
}
|
||||||
.attachButtonDivider-3Glu60 { /* textarea attachdivider */
|
.attachWrapper-1_D-pj, /* textarea attachdivider */
|
||||||
background-color: rgb(var(--fontwhite3));
|
.attachWrapper-2TRKBi { /* textarea attachdivider */
|
||||||
}
|
|
||||||
.attachWrapper-1_D-pj { /* textarea attachdivider */
|
|
||||||
border-color: rgb(var(--fontwhite3));
|
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));
|
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));
|
color: rgb(var(--fontwhite4));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue