themes
This commit is contained in:
parent
5761460e31
commit
c17dc6f511
|
@ -341,7 +341,7 @@ class PluginRepo {
|
||||||
|
|
||||||
onUserSettingsCogContextMenu (e) {
|
onUserSettingsCogContextMenu (e) {
|
||||||
BDFDB.TimeUtils.timeout(_ => {for (let child of e.returnvalue.props.children) if (child && child.props && child.props.label == "BandagedBD" && Array.isArray(child.props.render)) {
|
BDFDB.TimeUtils.timeout(_ => {for (let child of e.returnvalue.props.children) if (child && child.props && child.props.label == "BandagedBD" && Array.isArray(child.props.render)) {
|
||||||
child.props.render.push(repoItem = BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ContextMenuItems.Item, {
|
child.props.render.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ContextMenuItems.Item, {
|
||||||
label: "Plugin Repo",
|
label: "Plugin Repo",
|
||||||
action: _ => {
|
action: _ => {
|
||||||
if (!this.loading.is) BDFDB.ContextMenuUtils.close(e.instance);
|
if (!this.loading.is) BDFDB.ContextMenuUtils.close(e.instance);
|
||||||
|
|
|
@ -1024,9 +1024,16 @@ body:before {
|
||||||
border-top-color: rgba(var(--fontwhite1), 0.1);
|
border-top-color: rgba(var(--fontwhite1), 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scrollableContainer-38zsVD { /* textarea container */
|
||||||
|
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
.inner-zqa7da { /* textarea inner */
|
.inner-zqa7da { /* textarea inner */
|
||||||
background-color: rgba(var(--vtransparencycolor), 0.3);
|
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||||
}
|
}
|
||||||
|
.scrollableContainer-38zsVD .inner-zqa7da {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.attachButtonPlus-rUdX-B { /* textarea attachbuttoninner */
|
.attachButtonPlus-rUdX-B { /* textarea attachbuttoninner */
|
||||||
fill: rgb(var(--fontwhite3));
|
fill: rgb(var(--fontwhite3));
|
||||||
|
@ -1040,6 +1047,9 @@ body:before {
|
||||||
.attachButtonDivider-3Glu60 { /* textarea attachdivider */
|
.attachButtonDivider-3Glu60 { /* textarea attachdivider */
|
||||||
background-color: rgb(var(--fontwhite3));
|
background-color: rgb(var(--fontwhite3));
|
||||||
}
|
}
|
||||||
|
.attachWrapper-1_D-pj { /* textarea attachdivider */
|
||||||
|
border-color: rgb(var(--fontwhite3));
|
||||||
|
}
|
||||||
|
|
||||||
#app-mount .textArea-2Spzkt { /* textarea textarea */
|
#app-mount .textArea-2Spzkt { /* textarea textarea */
|
||||||
color: rgb(var(--fontwhite1));
|
color: rgb(var(--fontwhite1));
|
||||||
|
|
Loading…
Reference in New Issue