added background color property for table row - 'tr-group'- that grouping entities
This commit is contained in:
parent
d42bb413e8
commit
d3f21f33b6
4
public/assets/vendor/css/core.css
vendored
4
public/assets/vendor/css/core.css
vendored
@ -454,7 +454,9 @@ table {
|
|||||||
caption-side: bottom;
|
caption-side: bottom;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
.tr-group{
|
||||||
|
background-color: var(--bs-body-bg); /* apply globale color for table row, where grouping datewise*/
|
||||||
|
}
|
||||||
caption {
|
caption {
|
||||||
padding-top: 0.782rem;
|
padding-top: 0.782rem;
|
||||||
padding-bottom: 0.782rem;
|
padding-bottom: 0.782rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user