mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-997 Added active user count to REST API and UI.
This commit is contained in:
@@ -41,3 +41,10 @@
|
||||
font-style: normal;
|
||||
src: url('fonts/carlito/Carlito-Bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Carlito';
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
src: url('fonts/carlito/Carlito-Italic.woff') format('woff');
|
||||
}
|
||||
|
@@ -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