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

This commit is contained in:
Igor Scheller 2021-12-16 23:58:32 +01:00 committed by msquare
parent a79e1ebb5c
commit 1c993522c6
1 changed files with 8 additions and 0 deletions

View File

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