Commit:    74a51977d92e8919efae54637e9aec094ed8d18e
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 22:49:35 -0600
Parents:   01bb63cd06fc9b743ccd334b382e223256c351a4
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=74a51977d92e8919efae54637e9aec094ed8d18e

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

Reply via email to