Merge pull request #8022 from nextcloud/fix-jquery-ui-theming
[stable12] Fix jquery-ui theming
This commit is contained in:
commit
59a8cd3efc
|
@ -138,3 +138,17 @@ input.primary {
|
||||||
border: 1px solid #ebebeb;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue