Commit: a62873e36fd521a159b6da8828ae172efa5851d3 Author: Levi Morrison <[email protected]> Wed, 10 Jul 2013 11:23:40 -0600 Parents: 9b12bff61e24d027844278adcb56324cfe3c025a Branches: responsive
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a62873e36fd521a159b6da8828ae172efa5851d3 Log: Some adjustments to the search-box. Changed paths: M styles/bootstrap.css Diff: diff --git a/styles/bootstrap.css b/styles/bootstrap.css index d3b8a90..6dfbc94 100644 --- a/styles/bootstrap.css +++ b/styles/bootstrap.css @@ -915,12 +915,12 @@ textarea { text-shadow: 0 1px 0 #ffffff; border:0; border-radius:2px; - -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15); - -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15); - box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15); + -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); + -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); + box-shadow: inset 0 1px 2px rgba(0,0,0,.2); } .navbar-inverse .navbar-search .search-query:focus { - box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 0 .75em #669; + box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 0 .25em .25em rgba(0,0,0,.5); outline:0; } .navbar-inverse .navbar-search .search-query:-moz-placeholder { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
