mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-29 16:39:40 +00:00
Black out background when connected
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user