Quick and dirty patch TomSelect CSS style

This commit is contained in:
Benjamin Dalsass
2025-11-24 13:51:50 +01:00
parent dd4eb9b9f0
commit ce53487093

View File

@@ -53,4 +53,13 @@
.ibo-field legend{
margin-top: 24px;
}
// to fix 3.3
.ts-wrapper{
border: 1px solid #aebecd!important;
}
.ts-dropdown{
background-color: #fff;
border: 1px solid #aebecd!important;
}