aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-09-12 15:19:39 +0200
committerszaimen <szaimen@e.mail.de>2022-09-12 15:19:39 +0200
commit1a0625ead26d76b5720e2adb15668f1e578a820c (patch)
tree41d23fb214cec7b29dfdc9c6adf2fd30e6dd23a8 /core
parentbc142f41ad643905ae48b8ea909ccb28752a4f00 (diff)
downloadnextcloud-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.scss5
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,