added background color property for table row - 'tr-group'- that grouping entities

This commit is contained in:
pramod mahajan 2025-07-25 18:17:18 +05:30
parent d42bb413e8
commit d3f21f33b6

View File

@ -454,7 +454,9 @@ table {
caption-side: bottom;
border-collapse: collapse;
}
.tr-group{
background-color: var(--bs-body-bg); /* apply globale color for table row, where grouping datewise*/
}
caption {
padding-top: 0.782rem;
padding-bottom: 0.782rem;