Commit: 25f304e060425b3202df7a1f8d6d09a14cd77aed Author: Levi Morrison <[email protected]> Tue, 25 Jun 2013 22:49:35 -0600 Parents: 26889456422247889c4db0e0502268f4bc7e7027 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=25f304e060425b3202df7a1f8d6d09a14cd77aed Log: Removed webkit styling of search bar. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index a537101..1e0fd5f 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -212,10 +212,10 @@ hr { width: 210px; height:26px; float: left; + -webkit-appearance: none; } #headsearch-keywords, - #headsearch-keywords:focus { color: #000; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
