Fix ajax-select visual

This commit is contained in:
Antoine Bartuccio 2024-10-28 18:18:56 +01:00
parent a6b32fcad1
commit 0610794dbe

View File

@ -16,11 +16,18 @@
} }
} }
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove { .ts-wrapper {
border-left: 1px solid black; margin: 5px;
} }
.ts-wrapper.multi .ts-control [data-value] { .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
border-left: 1px solid #aaa;
}
.ts-wrapper.multi .ts-control {
[data-value],
[data-value].active {
background-image: none; background-image: none;
cursor: pointer; cursor: pointer;
background-color: #e4e4e4; background-color: #e4e4e4;
@ -35,3 +42,4 @@
text-shadow: none; text-shadow: none;
box-shadow: none; box-shadow: none;
} }
}