remove control bar completely
This commit is contained in:
parent
3adea399a1
commit
b3f316e59f
5
vnc.html
5
vnc.html
|
|
@ -98,6 +98,11 @@
|
||||||
mandatory: mandatory } });
|
mandatory: mandatory } });
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
/* Hide all noVNC control bar */
|
||||||
|
#noVNC_control_bar {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Hide all noVNC buttons by default */
|
/* Hide all noVNC buttons by default */
|
||||||
#noVNC_control_bar .noVNC_button {
|
#noVNC_control_bar .noVNC_button {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue