From 6aaaf485810adf2d5d569415b5086e966dadcfaf Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 8 May 2011 11:33:16 -0600 Subject: [PATCH] changing input type=search back to text until https://bugs.webkit.org/show_bug.cgi?id=33637 is resolved --- css/style.css | 2 +- searchform.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 729782a..c4a2442 100644 --- a/css/style.css +++ b/css/style.css @@ -395,7 +395,7 @@ img.ui-datepicker-trigger { vertical-align: middle; } #mapp0_poweredby, #mapp1_poweredby, #mapp2_poweredby, #mapp3_poweredby, #mapp4_poweredby, #mapp5_poweredby, #mapp6_poweredby, #mapp7_poweredby, #mapp8_poweredby, #mapp9_poweredby, #mapp10_poweredby { display: none !important; } /* remove MapPress credit */ /* Search */ -#searchform #s { padding: 5px; -moz-appearance: textfield; -webkit-appearance: textfield; } +#searchform #s { padding: 5px; } /* INTERNET EXPLORER diff --git a/searchform.php b/searchform.php index 2c82c2c..8eac35f 100644 --- a/searchform.php +++ b/searchform.php @@ -1,5 +1,5 @@ \ No newline at end of file