Use same text color for table stripes, lightened select2 search background

main
Igor Scheller 3 years ago committed by msquare
parent a79e1ebb5c
commit 1c993522c6

@ -106,6 +106,10 @@ table a > .icon-icon_angel {
margin-bottom: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
color: var(--bs-table-color);
}
.input-group.date,
.input-group.datetime,
.input-group.time {
@ -170,6 +174,10 @@ table a > .icon-icon_angel {
.select2-dropdown {
background-color: $input-bg;
.select2-search__field {
background-color: lighten($input-bg, 10%) !important;
}
}
.selection .checkbox {

Loading…
Cancel
Save