Add Tom-Select lib

This commit is contained in:
jf-cbd
2025-11-13 10:48:06 +01:00
parent cef8fbc859
commit 7733f13d14
354 changed files with 53014 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
.plugin-checkbox_options:not(.rtl) {
.option input {
margin-right: 0.5rem;
}
}
.plugin-checkbox_options.rtl {
.option input {
margin-left: 0.5rem;
}
}