UI mods to display stats

This commit is contained in:
kasmtech
2020-09-28 09:43:59 +00:00
parent d031c2182f
commit 88a9bed022
4 changed files with 63 additions and 1 deletions

View File

@@ -274,6 +274,20 @@ select:active {
overflow: auto;
}
/* ----------------------------------------
* Connection Stats
* ----------------------------------------
*/
#noVNC_connection_stats {
top: 0;
left: auto;
right: 0;
position: fixed;
background: #9fa5a2d4;
color: #00ffa2d4;
visibility: hidden;
}
/* ----------------------------------------
* Control Bar
* ----------------------------------------