Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttons

fix ldap ui buttons
This commit is contained in:
Simon L 2022-09-12 20:00:56 +02:00 committed by GitHub
commit 36ada4f6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -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,

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long