1
0
Fork 0
timelinize/frontend/resources/css/import.css
Matthew Holt ae3dde3e4c
Minor tweaks to the import page
- The return of the accordion button chevrons!
- Hid the Interactive option since it's not yet finished
- Moved a couple options into the advanced settings dialog
2025-09-23 21:47:18 -06:00

25 lines
505 B
CSS

.accordion-button {
cursor: pointer;
--tblr-accordion-btn-padding-y: .5rem;
--tblr-accordion-btn-padding-x: .75rem;
}
.accordion-button:hover {
/* border-color: var(--tblr-body-color); */
/* border-color: rgba(var(--tblr-primary-rgb), .5); */
background-color: rgba(var(--tblr-primary-rgb), .04);
}
.field-update-pref-priority .ts-control {
flex-wrap: nowrap;
}
.field-update-pref-priority .ts-control > input {
margin: 0 !important;
min-width: 0;
width: 0;
}
td {
word-break: break-all;
}