mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Change node config SASS variables
This commit is contained in:
parent
b0a5d4fb6f
commit
b51eb7326f
@ -212,6 +212,7 @@ $node-icon-background-color-opacity: 0.05;
|
||||
$node-icon-border-color: #000;
|
||||
$node-icon-border-color-opacity: 0.1;
|
||||
|
||||
$node-config-background: #f3f3f3;
|
||||
|
||||
$node-link-port-background: #eee;
|
||||
|
||||
|
@ -54,7 +54,7 @@ ul.red-ui-sidebar-node-config-list {
|
||||
.red-ui-palette-icon-container {
|
||||
font-size: 12px;
|
||||
line-height: 30px;
|
||||
background-color: $secondary-background-selected;
|
||||
background-color: $node-icon-background-color;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
a {
|
||||
@ -63,10 +63,10 @@ ul.red-ui-sidebar-node-config-list {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
color: $secondary-text-color;
|
||||
color: $node-port-label-color;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background: $secondary-background-hover;
|
||||
background: $node-port-background-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -74,7 +74,7 @@ ul.red-ui-sidebar-node-config-list {
|
||||
.red-ui-palette-node-config {
|
||||
width: 160px;
|
||||
height: 30px;
|
||||
background: $primary-background;
|
||||
background: $node-config-background;
|
||||
color: $primary-text-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user