This commit is contained in:
pramod.mahajan 2025-11-01 19:15:41 +05:30
parent e77fbf6d1d
commit 09b8f8d3d2

View File

@ -16,12 +16,20 @@
.resize-handle { .resize-handle {
width: 10px; width: 10px;
cursor: col-resize;
height: 28px; height: 28px;
cursor: col-resize;
display: inline-block; display: inline-block;
opacity: 0;
transition: opacity 0.2s;
} }
.resize-handle:hover {
opacity: 1; color: white;
}
.grid-wrapper thead th{
padding: 12px 15px !important;
}
.pms-col-header.pinned { .pms-col-header.pinned {
background: #fff; background: #fff;
z-index: 4; z-index: 4;