In twenty ten, make the dropdown menu's shadow fit to the width of the dropdown. Props wds-chris and ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@14823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
17eb59e79e
commit
f7b7608131
@ -408,6 +408,7 @@ div.menu li {
|
||||
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||
width:150px;
|
||||
z-index: 99999;
|
||||
}
|
||||
#access ul ul ul {
|
||||
|
Loading…
Reference in New Issue
Block a user