From 8f2ca5feaace9b0e7b253afd1e0eef0af1cd5ccc Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Sat, 29 Oct 2016 16:02:35 +0200 Subject: [PATCH] Black out background when connected --- app/styles/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/base.css b/app/styles/base.css index f4ee929d..302df2a8 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -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 {