]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Black out background when connected
authorPierre Ossman <ossman@cendio.se>
Sat, 29 Oct 2016 14:02:35 +0000 (16:02 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2017 14:04:51 +0000 (15:04 +0100)
app/styles/base.css

index f4ee929dfbbcada668932d5c474bd992413bab96..302df2a835fe9fb662690bd522fbcaf8a1a22047 100644 (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 {