changed shadow of pin cells
This commit is contained in:
parent
e2bd654c9c
commit
96faf07311
@ -98,7 +98,7 @@
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
text-align: center;
|
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) */
|
/* Always sticky last column (Actions) */
|
||||||
@ -108,7 +108,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: 8;
|
z-index: 8;
|
||||||
background: #fff;
|
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;
|
left: 0;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
background: #fff;
|
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 */
|
/* Right pinned header cells */
|
||||||
@ -186,7 +186,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
background: #fff;
|
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;
|
left: 0;
|
||||||
z-index: 8;
|
z-index: 8;
|
||||||
background: #fff;
|
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);
|
border-right: 1px solid var(--bs-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user