aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-09-12 20:00:56 +0200
committerGitHub <noreply@github.com>2022-09-12 20:00:56 +0200
commit36ada4f6ea51e16631e8538b9dc51735c5144b8e (patch)
treecc5392af492e89dd3a2ddee030f65becf8ceb621 /core
parent52dbfcf74cec9c7dcc2ca7492cc6e6af24c9ddff (diff)
parentca8fe03ce61774a0fe8e0c014977b6baa8bca790 (diff)
downloadnextcloud-server-36ada4f6ea51e16631e8538b9dc51735c5144b8e.tar.gz
nextcloud-server-36ada4f6ea51e16631e8538b9dc51735c5144b8e.zip
Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttons
fix ldap ui buttons
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,