mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
9 lines
199 B
CSS
9 lines
199 B
CSS
.bootstrap-table .table > tbody > tr.groupBy.expanded,
|
|
.bootstrap-table .table > tbody > tr.groupBy.collapsed {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bootstrap-table .table > tbody > tr.hidden {
|
|
display: none;
|
|
}
|