- 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
25 lines
505 B
CSS
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;
|
|
}
|