[Web] Small CSS fixes and additions

This commit is contained in:
andryyy
2019-09-02 11:10:14 +02:00
parent 1bdf861177
commit 46fadf95a2
2 changed files with 7 additions and 3 deletions

View File

@@ -53,11 +53,9 @@ table.footable>tbody>tr.footable-empty>td {
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
font-size:smaller;
}
table tbody tr {
cursor: pointer;
}
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}