Add version number to UI

This commit is contained in:
Juanjo Diaz
2019-07-19 14:21:40 +03:00
committed by Lauri Kasanen
parent 4fd1f19f3b
commit 71fa476514
3 changed files with 26 additions and 0 deletions

View File

@@ -647,6 +647,16 @@ select:active {
width: 100px;
}
/* Version */
.noVNC_version_wrapper {
font-size: small;
}
.noVNC_version {
margin-left: 1rem;
}
/* Connection Controls */
:root:not(.noVNC_connected) #noVNC_disconnect_button {
display: none;