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