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

organizr .select2-container styling

This commit is contained in:
Marius 2021-08-10 17:34:25 +02:00
parent 3056e54c81
commit 539e17fe14

View File

@ -13,6 +13,14 @@
color: var(--label-text-color);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid rgb(var(--accent-color)) 1px;
}
.select2-container--default .select2-selection--multiple {
border: 1px solid rgb(var(--accent-color), 0.5);
}
.modal-content {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat !important;