Black out background when connected

This commit is contained in:
Pierre Ossman
2016-10-29 16:02:35 +02:00
parent 558544364c
commit 8f2ca5feaa

View File

@@ -670,6 +670,10 @@ input[type=button]:active, select:active {
border-bottom-right-radius: 800px 600px;
/*border-top-left-radius: 800px 600px;*/
}
:root.noVNC_connected #noVNC_container {
background-color: rgb(40, 40, 40);
border-radius: 0;
}
/* HTML5 Canvas */
#noVNC_screen {