mirror of https://github.com/node-red/node-red.git
Remove some hardcoded css colors
parent
5ca85b7e83
commit
6b7e623d33
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue