mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove some hardcoded css colors
This commit is contained in:
		| @@ -26,6 +26,10 @@ | ||||
|     box-shadow: none; | ||||
| } | ||||
|  | ||||
| .ui-widget-header { | ||||
|     color: $header-text-color; | ||||
| } | ||||
|  | ||||
| /* jQuery Theme overrides */ | ||||
| .ui-tabs .ui-tabs-panel { | ||||
|     padding: 0px; | ||||
|   | ||||
| @@ -123,7 +123,7 @@ | ||||
|     pointer-events: none; | ||||
|     stroke: $secondary-border-color; | ||||
|     strokeWidth: 1; | ||||
|     fill: white; | ||||
|     fill: $view-background; | ||||
| } | ||||
|  | ||||
| .red-ui-component-footer { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user