mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-11-02 10:03:21 +00:00
GUAC-997 Added active user count to REST API and UI.
This commit is contained in:
@@ -140,6 +140,16 @@ div.section {
|
||||
background: #DEB;
|
||||
}
|
||||
|
||||
.caption.active * {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.caption .activeUserCount {
|
||||
font-style: italic;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
}
|
||||
|
||||
.list-item:not(.selected) .caption:hover {
|
||||
background: #CDA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user