Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme

This commit is contained in:
vadivelJ96 2025-01-23 12:02:29 +05:30
commit fd70a69fcc
2 changed files with 37 additions and 2 deletions

View File

@ -117,8 +117,8 @@
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 8px;
height: 8px;
background-color: #f5f5f5;
}

View File

@ -180,6 +180,41 @@
margin-top: 1em;
text-align: right
}
/* .fht-table th:nth-child(1),
.fht-table th:nth-child(2)
{
position: sticky;
left: 0;
top: 0;
background-color: #00a65a;
z-index: 7!important;
border-right: 2px solid #ddd;
color: #ffffff;
}
.fht-table td:nth-child(1),
.fht-table td:nth-child(2)
{
position: sticky;
left: 0;
background-color: #ffffff;
z-index: 2;
border-right: 2px solid #ddd;
color: #0e0b0b;
}
.table-responsive {
overflow-y: auto;
max-height: 450px;
}
.fht-table thead th {
position: sticky;
top: 0;
z-index: 5!important;
} */
.table-responsive {
overflow-y: auto;