mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3564 from bonanitech/config-nodes-colors
Don't let themes change node config colors
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user