Skip to content

Commit

Permalink
Fix jquery-ui theming
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Jan 24, 2018
1 parent 42633b4 commit add3885
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,17 @@ input.primary {
border: 1px solid #ebebeb;
}
}

/* jquery ui fixes */
.ui-widget-header {
border: 1px solid $color-primary;
background: $color-primary;
color: $color-primary-text;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid $color-primary;
color: $color-main-text;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: $color-main-text;
}

0 comments on commit add3885

Please sign in to comment.