From f6299e0aed5d46aa7de9e99e1ab102270f5d32d3 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 3 Feb 2017 11:44:24 +0100 Subject: [PATCH] Move keyboard style in CSS Put it so it matches where it is in the HTML. --- app/styles/base.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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;