mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Change disabled config node background color variable
This commit is contained in:
parent
7072265225
commit
daa9cb65e5
@ -101,7 +101,7 @@ ul.red-ui-sidebar-node-config-list li.red-ui-palette-node-config-type {
|
|||||||
}
|
}
|
||||||
.red-ui-palette-node-config-unused,.red-ui-palette-node-config-disabled {
|
.red-ui-palette-node-config-unused,.red-ui-palette-node-config-disabled {
|
||||||
border-color: var(--red-ui-primary-border-color);
|
border-color: var(--red-ui-primary-border-color);
|
||||||
background: var(--red-ui-secondary-background-inactive);
|
background: var(--red-ui-node-config-background);
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
color: var(--red-ui-tertiary-text-color);
|
color: var(--red-ui-tertiary-text-color);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user