From 283e128e93a7a8ae53f715d2a409f4a03cd16b94 Mon Sep 17 00:00:00 2001 From: Skia Date: Sat, 2 Sep 2017 22:33:13 +0200 Subject: [PATCH] core: jQuery UI widget theme overrides Signed-off-by: Skia --- core/static/core/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 68898d3a..8dc6f8ea 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -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; +}