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 {
border-left: 1px solid black;
.ts-wrapper {
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;
cursor: pointer;
background-color: #e4e4e4;
@ -35,3 +42,4 @@
text-shadow: none;
box-shadow: none;
}
}