mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add fix from flowforge-nr-theme
https://github.com/flowforge/flowforge-nr-theme/blob/main/common/forge-common.css#L92-L98
This commit is contained in:
		| @@ -31,6 +31,8 @@ | ||||
| } | ||||
| .ui-widget-content { | ||||
| 	border: 1px solid var(--red-ui-secondary-border-color); | ||||
| 	background: var(--red-ui-secondary-background); | ||||
| 	color: var(--red-ui-primary-text-color); | ||||
| } | ||||
|  | ||||
| .ui-widget-header { | ||||
| @@ -173,6 +175,16 @@ html .ui-button.ui-state-disabled:active { | ||||
|     background: var(--red-ui-form-button-background); | ||||
| } | ||||
|  | ||||
| .ui-state-default a, | ||||
| .ui-state-default a:link, | ||||
| .ui-state-default a:visited, | ||||
| a.ui-button, | ||||
| a:link.ui-button, | ||||
| a:visited.ui-button, | ||||
| .ui-button{ | ||||
| 	color: var(--red-ui-primary-text-color); | ||||
| } | ||||
|  | ||||
| .ui-state-hover, | ||||
| .ui-widget-content .ui-state-hover, | ||||
| .ui-widget-header .ui-state-hover, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user