set size
This commit is contained in:
parent
e77fbf6d1d
commit
09b8f8d3d2
@ -16,12 +16,20 @@
|
||||
|
||||
.resize-handle {
|
||||
width: 10px;
|
||||
cursor: col-resize;
|
||||
height: 28px;
|
||||
cursor: col-resize;
|
||||
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 {
|
||||
background: #fff;
|
||||
z-index: 4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user