1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

org select container color fix

This commit is contained in:
Marius 2021-08-07 15:00:46 +02:00
parent b36ac3fb27
commit bb6ed88b1d

View File

@ -7,6 +7,12 @@
/* THEME PARK CUSTOM */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: rgb(var(--accent-color));
border: 1px solid rgb(var(--accent-color));
color: var(--label-text-color);
}
.modal-content {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat !important;