6 lines
318 B
CSS
6 lines
318 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;}
|
|
.icon-move {color: #16a8f8;}
|
|
.table.has-sort-head thead>tr>th>a:after, .table.has-sort-head thead>tr>th>a:before {top: -4px;}
|