UNPKG

215 BCSSView Raw
1.bootstrap-table .table > tbody > tr.groupBy {
2 cursor: pointer;
3}
4
5.bootstrap-table .table > tbody > tr.groupBy.expanded {
6
7}
8
9.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
10 display: none;
11}