mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
core: jQuery UI widget theme overrides
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
f5abfc3c12
commit
283e128e93
@ -906,3 +906,11 @@ label {
|
|||||||
transition: all 0.1s linear;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user