diff options
author | szaimen <szaimen@e.mail.de> | 2022-09-12 15:19:39 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-09-12 15:19:39 +0200 |
commit | 1a0625ead26d76b5720e2adb15668f1e578a820c (patch) | |
tree | 41d23fb214cec7b29dfdc9c6adf2fd30e6dd23a8 /core | |
parent | bc142f41ad643905ae48b8ea909ccb28752a4f00 (diff) | |
download | nextcloud-server-1a0625ead26d76b5720e2adb15668f1e578a820c.tar.gz nextcloud-server-1a0625ead26d76b5720e2adb15668f1e578a820c.zip |
fix ldap ui buttons
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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, |