Add the ability to use a select list for template attributes

This commit is contained in:
2025-06-22 22:08:38 +10:00
parent 3ad4c446ea
commit 3bf97fc0d1
4 changed files with 53 additions and 2 deletions

11
public/css/custom.css vendored
View File

@@ -14,11 +14,20 @@ attribute#objectclass .input-group-end:not(input.form-control) {
z-index: 5;
}
.input-group:first-child .select2-container--bootstrap-5 .select2-selection {
/* select forms that have nothing next to them */
.select-group:first-child .select2-container--bootstrap-5 .select2-selection {
border-radius: 4px !important;
}
.input-group:first-child:not(.select-group) .select2-container--bootstrap-5 .select2-selection {
border-bottom-right-radius: unset;
border-top-right-radius: unset;
}
.select2-container .select2-selection--single .select2-selection__rendered {
font-size: 0.88em;
}
input.form-control.input-group-end {
border-bottom-right-radius: 4px !important;
border-top-right-radius: 4px !important;