When adding new attributes as a result of adding a new objectclass, dont duplicate existing attributes already present

This commit is contained in:
2025-03-10 11:36:37 +11:00
parent e94a7d58e1
commit d4c916923d
3 changed files with 64 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
/** ensure our userpassword has select is next to the password input */
div#userPassword .select2-container--bootstrap-5 .select2-selection {
attribute#userPassword .select2-container--bootstrap-5 .select2-selection {
font-size: inherit;
width: 9em;
border: #444054 1px solid;
@@ -11,7 +11,7 @@ div#userPassword .select2-container--bootstrap-5 .select2-selection {
border-top-right-radius: unset;
}
div#objectClass .input-group-end:not(input.form-control) {
attribute#objectClass .input-group-end:not(input.form-control) {
position: absolute;
right: 1em;
top: 0.5em;