Commit: 430296bd7c8addb00c73ac0b6d876ff48859b90d Author: Levi Morrison <[email protected]> Wed, 10 Jul 2013 11:23:40 -0600 Parents: 14a5cdb08d373ed2fbc3d1c67d60f7cdb9d1dadc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=430296bd7c8addb00c73ac0b6d876ff48859b90d 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
