Merge pull request #1173 from smartcanvas/fix/cursor-pointer-for-table-headers

Add: add cursor:pointer to SmartTable headers to indicate it's clickable
This commit is contained in:
Arik Fraimovich 2016-07-06 15:58:12 +03:00 committed by GitHub
commit b1937aaab2

View File

@ -492,6 +492,10 @@ div.table-name:hover {
margin-top: 10px;
}
.smart-table .smart-table-header-row .header-content {
cursor: pointer;
}
.voffset {
margin-top: 2px;
}