2
0
forked from Wavyzz/dolibarr

Look and feel v21: Combo of role must use the placeholder.

This commit is contained in:
Laurent Destailleur
2024-08-14 14:39:58 +02:00
parent fc9b9b7c0d
commit d784bceeef
4 changed files with 16 additions and 14 deletions

View File

@@ -6731,7 +6731,7 @@ input.select2-input {
color: #FFF !important;
}
.select2-container .select2-selection--multiple {
min-height: 2.2em !important;
min-height: 2em !important;
}
.tableforfield .select2-container .select2-selection--single {
height: 25px;
@@ -6845,7 +6845,7 @@ input.select2-input {
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #ddd;
margin-top: 4px !important;
margin-top: 0.25em !important;
}
.select2-selection--multiple input.select2-search__field {
border-bottom: none !important;