diff --git a/app/styles/base.css b/app/styles/base.css index 88472d97..323b6d35 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -520,18 +520,6 @@ input[type=button]:active, select:active { display: none; } -#noVNC_keyboardinput { - width: 1px; - height: 1px; - background-color: #fff; - color: #fff; - border: 0; - position: absolute; - left: -40px; - z-index: -1; - ime-mode: disabled; -} - /* Extra manual keys */ :root:not(.noVNC_connected) #noVNC_extra_keys { display: none; @@ -793,6 +781,18 @@ input[type=button]:active, select:active { /*border-top-left-radius: 800px 600px;*/ } +#noVNC_keyboardinput { + width: 1px; + height: 1px; + background-color: #fff; + color: #fff; + border: 0; + position: absolute; + left: -40px; + z-index: -1; + ime-mode: disabled; +} + /* HTML5 Canvas */ #noVNC_screen { display: flex;