Add 'tags' to event model. Add a dataimport system - currently for MaxMind zip files

This commit is contained in:
Dan Milne
2025-11-11 10:31:36 +11:00
parent 772fae7e8b
commit 26216da9ca
34 changed files with 3580 additions and 14 deletions

View File

@@ -31,3 +31,35 @@
font-size: 0.875rem;
font-weight: 500;
}
/* Tom Select overrides for better visibility */
.ts-wrapper {
visibility: visible !important;
display: block !important;
}
.ts-wrapper .ts-control {
min-height: 38px;
padding: 6px 8px;
border: 1px solid #d1d5db;
border-radius: 6px;
background-color: white;
}
.ts-wrapper .ts-control input {
font-size: 14px;
}
.ts-wrapper.multi .ts-control > div {
background-color: #3b82f6;
color: white;
border-radius: 4px;
padding: 2px 6px;
margin: 2px;
font-size: 12px;
}
.ts-wrapper.multi .ts-control > div .remove {
color: white;
margin-left: 4px;
}