set smaller font for subtitles of select2 option

This commit is contained in:
Uwe Steinmann 2024-10-31 18:11:32 +01:00
parent 507c85821d
commit 616bec13bf

View File

@ -278,6 +278,9 @@ a.accordion2-toggle:focus, a.accordion2-toggle:hover {
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
border-radius: 0px;
}
.select2-results__option span i {
font-size: 80%;
}
.datepicker {
border-radius: 0px;
}