Use same text color for table stripes, lightened select2 search background
This commit is contained in:
parent
a79e1ebb5c
commit
1c993522c6
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue