From b5e6b19ea2ecf41fe3910d4444b10cce7294e49e Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Wed, 20 Aug 2025 14:57:01 +0200 Subject: [PATCH] added new features --- Layout/default/Preorder/Index.php | 1 + public/assets/css/app.css | 12 ++++++------ public/assets/css/thetool.css | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Layout/default/Preorder/Index.php b/Layout/default/Preorder/Index.php index e381c2829..2f92d366f 100644 --- a/Layout/default/Preorder/Index.php +++ b/Layout/default/Preorder/Index.php @@ -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}); diff --git a/public/assets/css/app.css b/public/assets/css/app.css index df465dd7f..98299a6c2 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -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 { diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 974b13431..0e0d14f33 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -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; }