From ce3a4edcd298a232fa29811bf304a3950511a66e Mon Sep 17 00:00:00 2001 From: blackcatsandy <> Date: Wed, 28 May 2014 18:43:44 +0000 Subject: [PATCH] iOS 6 Theme - select && inpute style change (Blackcat) git-svn-id: https://svn.fhem.de/fhem/trunk@5995 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios6touchpadstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/ios6touchpadstyle.css b/fhem/www/pgm2/ios6touchpadstyle.css index 79362311f..c6860609d 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -115,6 +115,7 @@ outline: none; box-shadow: 0px 1px #f7f7f7, inset 0px 1px 1px #b6b8bd, inset 0px -2px 2px #ffffff; } textarea, input[type="text"] { +background-color:#ffffff; -webkit-appearance: none; width:90%; } @@ -122,7 +123,6 @@ input[type="checkbox"] { border-radius: 2px; } select,input[type="submit"],input[type="reset"],input[type="button"] { --webkit-appearance: none; width:35%; min-width:90px; font: normal 14px Helvetica, Sans-serif;