* allow to overwrite global spreadsheet styles * bump version * fix deprecations in vcard download * bump composer packages * added help page for all registered locales * fix menu id's, cleanup times route, fix configurable homepage redirect * format duration without leading zero in hours (unify javascript with php behavior) * fix active records in all screen sizes * improved responsiveness in XS * fixed invoice number for customer null fields * fix javascript respects multiple recent-activity dropdowns * show recent activities on small screens * fix user-profile layout column in XS * fix search is always marked as active
27 lines
499 B
SCSS
27 lines
499 B
SCSS
@import "tom-select/dist/scss/tom-select.bootstrap5";
|
|
|
|
/* bootstrap thead.sticky-top has z-index 1020 and tomselect dropdowns often hide behind that */
|
|
.ts-dropdown {
|
|
z-index: 1021;
|
|
}
|
|
|
|
.ts-control {
|
|
> input {
|
|
min-width: unset;
|
|
}
|
|
.item {
|
|
white-space: nowrap!important;
|
|
}
|
|
}
|
|
|
|
.ts-dropdown {
|
|
.optgroup-header {
|
|
background-color: #eee;
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
[data-selectable].option {
|
|
padding-left: 20px;
|
|
}
|
|
}
|