Increase the width, and show the pointer cursor of the button under the

sortable backgrid header
This commit is contained in:
Ashesh Vashi 2019-01-30 11:55:31 +05:30
parent 0e8f804279
commit 430be1c4cb

View File

@ -4,6 +4,12 @@
line-height: $line-height-base;
}
.backgrid.table th.sortable > button {
width: 100%;
text-align: left;
cursor: pointer;
}
.backgrid.backgrid-striped tbody {
& tr:nth-child(even) {
background: $table-bg;