Merge pull request #8022 from nextcloud/fix-jquery-ui-theming

[stable12] Fix jquery-ui theming
This commit is contained in:
Morris Jobke 2018-01-24 15:41:17 +01:00 committed by GitHub
commit 59a8cd3efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}