Move keyboard style in CSS

Put it so it matches where it is in the HTML.
This commit is contained in:
Pierre Ossman 2017-02-03 11:44:24 +01:00
parent 9865432a02
commit f6299e0aed
1 changed files with 12 additions and 12 deletions

View File

@ -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;