mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUAC-1140: Set different CSS classes depending on primary sort column and direction.
This commit is contained in:
@@ -43,3 +43,15 @@
|
||||
min-width: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.manage table.session-list th.sort-primary {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.manage table.session-list th.sort-primary:after {
|
||||
content: ' \25be';
|
||||
}
|
||||
|
||||
.manage table.session-list th.sort-primary.sort-descending:after {
|
||||
content: ' \25b2';
|
||||
}
|
||||
|
Reference in New Issue
Block a user