feat: install and scaffold Tablar theme #6

Merged
rlong merged 139 commits from feature/tablar-theme into master 2026-05-02 16:01:21 -04:00
Showing only changes of commit 3703ed569a - Show all commits
@@ -13,6 +13,10 @@
background-color: #ffffff !important;
color: #1d273b !important;
}
.ts-dropdown-content {
max-height: 300px !important;
overflow-y: auto !important;
}
.ts-dropdown .active {
background-color: #f1f5f9 !important;
}
@@ -34,6 +38,7 @@
copyClassesToDropdown: false,
dropdownParent: 'body',
controlInput: '<input>',
maxOptions: null,
sortField: [{
field: 'text',
direction: 'asc',