mirror of https://github.com/apache/cloudstack.git
novnc: Hide fullscreen button when not connected (#4783)
This commit is contained in:
parent
e2664197ec
commit
c2b378c62c
|
|
@ -672,6 +672,10 @@ select:active {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
:root:not(.noVNC_connected) #noVNC_fullscreen_button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Settings */
|
||||
#noVNC_settings {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue