mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUAC-1140: Update sorting order when session column headers are clicked.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user