Merge branch 'Preorder/add-search-for-campaign-filter' into 'master'

added new features

See merge request fronk/thetool!1667
This commit is contained in:
Luca Haid
2025-08-20 12:59:57 +00:00
3 changed files with 10 additions and 9 deletions

View File

@@ -665,6 +665,7 @@ $pagination_entity_name = "Vorbestellungen";
todayBtn: 'linked',
autoclose: true
});
$("#filter_preordercampaign_id").select2({closeOnSelect: false});
$("#filter_type").select2({closeOnSelect: false});
$("#filter_status").select2({closeOnSelect: false});
$("#filter_partner_id").select2({closeOnSelect: false});

View File

@@ -1686,24 +1686,24 @@ Responsive Menu
background-color: #007bff;
color: #fff; }
.select2-container .select2-selection--multiple {
.select2-container .select2-selection {
min-height: 38px;
border: 1px solid #ced4da !important; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
.select2-container .select2-selection .select2-selection__rendered {
padding: 1px 10px; }
.select2-container .select2-selection--multiple .select2-search__field {
.select2-container .select2-selection .select2-search__field {
border: 0; }
.select2-container .select2-selection--multiple .select2-selection__choice {
.select2-container .select2-selection .select2-selection__choice {
background-color: #007bff;
border: none;
color: #fff;
border-radius: 3px;
padding: 0 7px;
margin-top: 7px; }
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
.select2-container .select2-selection .select2-selection__choice__remove {
color: #fff;
margin-right: 5px; }
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
.select2-container .select2-selection .select2-selection__choice__remove:hover {
color: #fff; }
.daterangepicker {

View File

@@ -242,13 +242,13 @@ h1, h2, h3, h4, h5, h6 {
padding-left: 12px !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
.select2-container .select2-selection .select2-selection__choice {
background-color: #007bff !important;
color: #fff !important;
border: none !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
.select2-container .select2-selection .select2-selection__choice__remove {
color: #fff !important;
margin-right: 5px !important;
}
@@ -261,7 +261,7 @@ h1, h2, h3, h4, h5, h6 {
max-height: 400px !important;
}
#banned_rimo_fcp + .select2-container .select2-selection--multiple .select2-selection__choice {
#banned_rimo_fcp + .select2-container .select2-selection .select2-selection__choice {
background-color: var(--red) !important;
}