Skip to content

Commit bc2c40b

Browse files
davidjumaniDaan Hoogland
authored andcommitted
novnc: Hide fullscreen button when not connected (apache#4783)
1 parent 223ba5c commit bc2c40b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)