Add proper cursor to remaining UI tables
This commit is contained in:
@@ -39,4 +39,12 @@ table.footable>tbody>tr.footable-empty>td {
|
||||
}
|
||||
body {
|
||||
overflow-y:scroll;
|
||||
}
|
||||
|
||||
table tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table tbody tr td input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user