Allow toolbar submenus to expand to the width of the parent item. Props camiloclc, fixes #19139.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f15b9aa2e7
commit
8a92bb2cea
|
@ -128,6 +128,10 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
|
@ -209,6 +213,8 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
border-right-color: transparent;
|
||||||
|
border-left-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .hover .ab-label,
|
#wpadminbar .hover .ab-label,
|
||||||
|
|
Loading…
Reference in New Issue