From 1a0625ead26d76b5720e2adb15668f1e578a820c Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 12 Sep 2022 15:19:39 +0200 Subject: fix ldap ui buttons Signed-off-by: szaimen --- core/src/jquery/css/jquery-ui-fixes.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/src') diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 42c684ad510..cb52ecdb2d7 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -228,6 +228,11 @@ border: 1px solid var(--color-primary-text); } +// fix ui-buttons on hover +.ui-button:hover { + font-weight:bold !important; +} + /* DRAGGABLE */ .ui-draggable-handle, -- cgit v1.2.3