Commit: 0d71940a8a9e402c049f42958ebeb46c8b7d79f2 Author: Adam Harvey <[email protected]> Wed, 20 Nov 2013 15:48:35 -0800 Parents: d24120761ce74c9ee0a6195e200c220f4a09e40d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0d71940a8a9e402c049f42958ebeb46c8b7d79f2 Log: Add a subtle drop shadow to the search results dropdown. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 3309427..225d41e 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2700,6 +2700,9 @@ fieldset { background: rgba(102, 102, 153, 0.98); color:#fff; width: 100%; + -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1); + -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); + box-shadow: 0 1px 10px rgba(0,0,0,.1); -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
