Tighten admin bar submenu shadows. fixes #19186.

git-svn-id: https://develop.svn.wordpress.org/trunk@19403 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-22 20:52:17 +00:00
parent a88ae300d5
commit d8a471b3ea
3 changed files with 5 additions and 5 deletions

View File

@@ -111,9 +111,9 @@
#wpadminbar .shortlink-input {
margin: 0 0 0 -1px;
padding: 0;
-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
box-shadow: 0 4px 4px rgba(0,0,0,0.2);
background: #fff;
display: none;
position: absolute;