added new features
This commit is contained in:
@@ -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});
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user