mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUAC-1138: Generalize sorting logic.
This commit is contained in:
@@ -22,57 +22,13 @@
|
||||
|
||||
.manage table.session-list {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.manage table.session-list tr.session:hover {
|
||||
background: #CDA;
|
||||
}
|
||||
|
||||
.manage table.session-list th {
|
||||
background: rgba(0, 0, 0, 0.125);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.manage table.session-list th,
|
||||
.manage table.session-list td {
|
||||
border: 1px solid #AAA;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.manage table.session-list .select-session {
|
||||
min-width: 2em;
|
||||
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 {
|
||||
font-weight: bold;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.manage table.session-list th.sort-primary:after {
|
||||
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
vertical-align: middle;
|
||||
content: ' ';
|
||||
|
||||
background-size: 1em 1em;
|
||||
background-position: right center;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url('images/arrows/down.png');
|
||||
|
||||
}
|
||||
|
||||
.manage table.session-list th.sort-primary.sort-descending:after {
|
||||
background-image: url('images/arrows/up.png');
|
||||
}
|
||||
|
Reference in New Issue
Block a user