set size
This commit is contained in:
parent
e77fbf6d1d
commit
09b8f8d3d2
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user