From 6a3bac64f91e00c9faa3ddd2291e44b25a07a25c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 12 Mar 2013 13:11:02 -0700 Subject: [PATCH] Add numeric fields to stylesheet. --- guacamole/src/main/webapp/styles/ui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 4c0c6b9c2..a109607a4 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -23,7 +23,7 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); } -input[type=checkbox], input[type=text], textarea { +input[type=checkbox], input[type=number], input[type=text], textarea { -webkit-tap-highlight-color: rgba(128,192,128,0.5); } @@ -31,7 +31,7 @@ input[type=submit], button { -webkit-appearance: none; } -input[type=text], input[type=password] { +input[type=text], input[type=number], input[type=password] { border: 1px solid #777; -moz-border-radius: 0.2em; -webkit-border-radius: 0.2em;