Add proper cursor to remaining UI tables

This commit is contained in:
friedPotat0
2019-07-27 18:50:58 +02:00
parent 36888645bc
commit bcad71cfaa
3 changed files with 18 additions and 2 deletions

View File

@@ -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;
}