Fix quick actions for alias table when pagination is true

This commit is contained in:
andryyy
2017-04-27 09:49:04 +02:00
parent e26304f6d0
commit 68e67ba9b7
2 changed files with 77 additions and 66 deletions

View File

@@ -31,4 +31,7 @@ table.footable>tbody>tr.footable-empty>td {
}
#alias_table {
cursor:pointer;
}
#alias_table .footable-paging {
cursor: auto;
}