Skip to content

Commit

Permalink
Remove some hardcoded css colors
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 6, 2019
1 parent 5ca85b7 commit 6b7e623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
box-shadow: none;
}

.ui-widget-header {
color: $header-text-color;
}

/* jQuery Theme overrides */
.ui-tabs .ui-tabs-panel {
padding: 0px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
pointer-events: none;
stroke: $secondary-border-color;
strokeWidth: 1;
fill: white;
fill: $view-background;
}

.red-ui-component-footer {
Expand Down

0 comments on commit 6b7e623

Please sign in to comment.