Commit:    0d1a64e83246775f36b3fcaf5ea16904ccf8cbb6
Author:    Adam Harvey <[email protected]>         Wed, 20 Nov 2013 15:48:35 -0800
Parents:   d84d78744e9a0c4428010da8c4877cd94c3ceb86
Branches:  master

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

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

Reply via email to