mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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:
parent
3a2fa4073a
commit
d66def5530
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user