Fix border at the bottom of active tabs in postboxes, fixes #17699

git-svn-id: https://develop.svn.wordpress.org/trunk@22389 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-11-05 23:38:16 +00:00
parent afb19edd41
commit b709af4d63
3 changed files with 14 additions and 3 deletions

View File

@@ -3191,7 +3191,12 @@ ul.wp-tab-bar {
margin-top: 12px;
}
ul.category-tabs li,
ul.category-tabs li {
border-style: solid;
border-width: 1px;
position: relative;
}
ul.add-menu-item-tabs li.tabs,
.wp-tab-active {
border-style: solid solid none;