This commit is contained in:
Fabien Potencier 2011-03-08 09:08:09 +01:00
commit 91d7caca6b
2 changed files with 6 additions and 1 deletions

View File

@ -376,6 +376,11 @@ td.main, td.menu {
color:#565656; color:#565656;
} }
.search input[type="search"]
{
-webkit-appearance: textfield;
}
.search button .search button
{ {
-webkit-appearance: button-bevel; -webkit-appearance: button-bevel;

View File

@ -10,7 +10,7 @@
<img src="{{ asset('bundles/webprofiler/images/profiler/grey_magnifier.png') }}" alt="Search on Symfony website"/> <img src="{{ asset('bundles/webprofiler/images/profiler/grey_magnifier.png') }}" alt="Search on Symfony website"/>
</label> </label>
<input name="q" id="search_id" type="text" placeholder="Search on Symfony website"/> <input name="q" id="search_id" type="search" placeholder="Search on Symfony website"/>
<button type="submit"> <button type="submit">
<span class="border_l"> <span class="border_l">