added new features

This commit is contained in:
Luca Haid
2025-08-20 14:57:01 +02:00
parent e1ca641dab
commit b5e6b19ea2
3 changed files with 10 additions and 9 deletions
+3 -3
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;
}