From 6c857dc50c266a0599bc151a3d0a64bda69807de Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 17 Feb 2017 15:17:50 +0100 Subject: [PATCH] Set input type number for port & reconnect_delay --- app/styles/base.css | 5 +++-- vnc.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index aa7f8971..1ff8cf84 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -80,7 +80,8 @@ html { * ---------------------------------------- */ -input[type=input], input[type=password], input:not([type]), textarea { +input[type=input], input[type=password], input[type=number], +input:not([type]), textarea { /* Disable default rendering */ -webkit-appearance: none; -moz-appearance: none; @@ -138,7 +139,7 @@ input[type=submit]::-moz-focus-inner { input[type=input]:disabled, input[type=password]:disabled, input:not([type]):disabled, input[type=button]:disabled, -input[type=submit]:disabled, +input[type=submit]:disabled, input[type=number]:disabled, textarea:disabled, select:disabled { color: rgb(128, 128, 128); background: rgb(240, 240, 240); diff --git a/vnc.html b/vnc.html index c6f0d25b..6567a013 100644 --- a/vnc.html +++ b/vnc.html @@ -222,7 +222,7 @@
  • - +
  • @@ -236,7 +236,7 @@
  • - +