mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttons
fix ldap ui buttons
This commit is contained in:
commit
36ada4f6ea
3 changed files with 8 additions and 3 deletions
|
|
@ -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
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue