From c2b378c62c389da445335ea76ed2714dbc4e3f1f Mon Sep 17 00:00:00 2001 From: davidjumani Date: Wed, 17 Mar 2021 17:42:42 +0530 Subject: [PATCH] novnc: Hide fullscreen button when not connected (#4783) --- systemvm/agent/noVNC/app/styles/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemvm/agent/noVNC/app/styles/base.css b/systemvm/agent/noVNC/app/styles/base.css index fd78b79c772..c0e99b84003 100644 --- a/systemvm/agent/noVNC/app/styles/base.css +++ b/systemvm/agent/noVNC/app/styles/base.css @@ -672,6 +672,10 @@ select:active { max-width: 100%; } +:root:not(.noVNC_connected) #noVNC_fullscreen_button { + display: none; +} + /* Settings */ #noVNC_settings { }