core: jQuery UI widget theme overrides

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia 2017-09-02 22:33:13 +02:00
parent f5abfc3c12
commit 283e128e93
1 changed files with 8 additions and 0 deletions

View File

@ -906,3 +906,11 @@ label {
transition: all 0.1s linear;
}
/*--------------------------------JQuery-------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header
.ui-state-active, a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
background: $primary-color;
border-color: $primary-color;
}