set sort caret to grey if not sorting

This commit is contained in:
Chun-MingChen 2017-10-15 20:40:40 +08:00
parent 26f38c54d8
commit a37186cec3

View File

@ -22,6 +22,10 @@
margin: 10px 6.5px;
}
th > .react-bootstrap-table-sort-order > .caret:not(.sorting) {
color: #cccccc;
}
th[data-row-selection] {
width: 30px;
}