Skip to content

Commit c2b378c

Browse files
authored
novnc: Hide fullscreen button when not connected (#4783)
1 parent e266419 commit c2b378c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

systemvm/agent/noVNC/app/styles/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,10 @@ select:active {
672672
max-width: 100%;
673673
}
674674

675+
:root:not(.noVNC_connected) #noVNC_fullscreen_button {
676+
display: none;
677+
}
678+
675679
/* Settings */
676680
#noVNC_settings {
677681
}

0 commit comments

Comments
 (0)