4 lines
192 B
CSS
4 lines
192 B
CSS
.main-table thead>tr:first-of-type>th {border-left: 1px solid #ddd;}
|
|
.main-table thead>tr>th {padding: 0px 8px; line-height: 24px;}
|
|
tbody.sortable > tr > td > span.sort-handler {color: #999;}
|