mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix indentation
This commit is contained in:
parent
d66def5530
commit
8aa922c55f
@ -27,12 +27,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget.ui-widget-content {
|
.ui-widget.ui-widget-content {
|
||||||
border: 1px solid var(--red-ui-tertiary-border-color);
|
border: 1px solid var(--red-ui-tertiary-border-color);
|
||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
border: 1px solid var(--red-ui-secondary-border-color);
|
border: 1px solid var(--red-ui-secondary-border-color);
|
||||||
background: var(--red-ui-secondary-background);
|
background: var(--red-ui-secondary-background);
|
||||||
color: var(--red-ui-primary-text-color);
|
color: var(--red-ui-primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget-header {
|
.ui-widget-header {
|
||||||
@ -182,7 +182,7 @@ a.ui-button,
|
|||||||
a:link.ui-button,
|
a:link.ui-button,
|
||||||
a:visited.ui-button,
|
a:visited.ui-button,
|
||||||
.ui-button{
|
.ui-button{
|
||||||
color: var(--red-ui-primary-text-color);
|
color: var(--red-ui-primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-state-hover,
|
.ui-state-hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user