diff options
author | Simon L <szaimen@e.mail.de> | 2022-09-12 20:00:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 20:00:56 +0200 |
commit | 36ada4f6ea51e16631e8538b9dc51735c5144b8e (patch) | |
tree | cc5392af492e89dd3a2ddee030f65becf8ceb621 /core | |
parent | 52dbfcf74cec9c7dcc2ca7492cc6e6af24c9ddff (diff) | |
parent | ca8fe03ce61774a0fe8e0c014977b6baa8bca790 (diff) | |
download | nextcloud-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.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, |