update nav-pills and table styles for improved readability
This commit is contained in:
parent
16ee77d77b
commit
3ecbd6e414
|
|
@ -4424,7 +4424,8 @@ .nav-pills {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills .nav-link {
|
.nav-pills .nav-link {
|
||||||
border-radius: var(--bs-nav-pills-border-radius)
|
border-radius: var(--bs-nav-pills-border-radius);
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills .nav-link.active,
|
.nav-pills .nav-link.active,
|
||||||
|
|
@ -23557,6 +23558,17 @@ .table-lg.dataTable-table tr th {
|
||||||
padding: 1.3rem
|
padding: 1.3rem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table th {
|
||||||
|
font-size: .9rem;
|
||||||
|
font-weight: 600;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table tr td,
|
||||||
|
.dataTable-table tr td {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.dataTable-table thead tr th,
|
.dataTable-table thead tr th,
|
||||||
.dataTable-table thead tr td,
|
.dataTable-table thead tr td,
|
||||||
.dataTable-table tbody tr th,
|
.dataTable-table tbody tr th,
|
||||||
|
|
@ -23909,4 +23921,4 @@ .icon-mid:before {
|
||||||
|
|
||||||
.z-1 {
|
.z-1 {
|
||||||
z-index: 1
|
z-index: 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue