8 lines
151 B
CSS
8 lines
151 B
CSS
.bootstrap-table .table > tbody > tr.groupBy {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
|
|
display: none;
|
|
}
|