changed shadow of pin cells

This commit is contained in:
pramod.mahajan 2025-11-09 22:04:40 +05:30
parent e2bd654c9c
commit 96faf07311

View File

@ -98,7 +98,7 @@
width: 40px;
min-width: 40px;
text-align: center;
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 1px rgba(0, 0, 0, 0.08);
}
/* Always sticky last column (Actions) */
@ -108,7 +108,7 @@
right: 0;
z-index: 8;
background: #fff;
box-shadow: -2px 0 3px rgba(0, 0, 0, 0.08);
box-shadow: -1px 0 1px rgba(0, 0, 0, 0.08);
}
/*
@ -177,7 +177,7 @@
left: 0;
z-index: 12;
background: #fff;
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 1px rgba(0, 0, 0, 0.08);
}
/* Right pinned header cells */
@ -186,7 +186,7 @@
right: 0;
z-index: 12;
background: #fff;
box-shadow: -2px 0 3px rgba(0, 0, 0, 0.08);
box-shadow: -1px 0 1px rgba(0, 0, 0, 0.08);
}
@ -196,7 +196,7 @@
left: 0;
z-index: 8;
background: #fff;
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 1px rgba(0, 0, 0, 0.08);
border-right: 1px solid var(--bs-primary);
}