Remove some hardcoded css colors

This commit is contained in:
Nick O'Leary 2019-06-06 11:34:20 +01:00
parent 5ca85b7e83
commit 6b7e623d33
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@
box-shadow: none;
}
.ui-widget-header {
color: $header-text-color;
}
/* jQuery Theme overrides */
.ui-tabs .ui-tabs-panel {
padding: 0px;

View File

@ -123,7 +123,7 @@
pointer-events: none;
stroke: $secondary-border-color;
strokeWidth: 1;
fill: white;
fill: $view-background;
}
.red-ui-component-footer {