Skip to content

Commit

Permalink
Merge pull request #8022 from nextcloud/fix-jquery-ui-theming
Browse files Browse the repository at this point in the history
[stable12] Fix jquery-ui theming
  • Loading branch information
MorrisJobke authored Jan 24, 2018
2 parents b42d8ca + add3885 commit 59a8cd3
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 59a8cd3

Please sign in to comment.