From d89b1e5f9a6fe391e4415f21cbb6f3b3abe40c23 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 11 Nov 2012 00:26:23 -0800 Subject: [PATCH] Enable highlight for non-button input fields. --- guacamole/src/main/webapp/styles/login.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index 1846bb3a2..8e6347832 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -21,6 +21,10 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); } +input[type=checkbox], input[type=text], textarea { + -webkit-tap-highlight-color: rgba(128,192,128,0.5); +} + input[type=submit], button { -webkit-appearance: none; }