GUAC-1140: Update sorting order when session column headers are clicked.

This commit is contained in:
Michael Jumper
2015-03-23 14:15:43 -07:00
parent 4d81272d42
commit 3c5a0b63f6
3 changed files with 37 additions and 35 deletions

View File

@@ -44,6 +44,14 @@
text-align: center;
}
.manage table.session-list th {
cursor: pointer;
}
.manage table.session-list th.select-session {
cursor: auto;
}
.manage table.session-list th.sort-primary {
text-decoration: underline;
}