From e4f9f4ddd706a02bc4ae99b401bc8aae977e5ed4 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Sun, 6 Mar 2011 21:06:35 +0000 Subject: [PATCH] [WebProfilerBundle] changed search input on web profiler to use HTML5 search input type --- .../WebProfilerBundle/Resources/public/css/profiler.css | 5 +++++ .../Resources/views/Profiler/layout.html.twig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css index a5478b26ed..ea9c64c7f7 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css @@ -376,6 +376,11 @@ td.main, td.menu { color:#565656; } +.search input[type="search"] +{ + -webkit-appearance: textfield; +} + .search button { -webkit-appearance: button-bevel; diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig index c3be425424..77135295fe 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig @@ -18,7 +18,7 @@ Search on Symfony website - +