Ensure active tabs have a background color to avoid any awkward bleed-through in case of overlap. props TobiasBg. fixes #27116.

git-svn-id: https://develop.svn.wordpress.org/trunk@27749 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-03-26 20:56:10 +00:00
parent aeda501de1
commit 3adce93956
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ html.wp-toolbar {
.nav-tab-active,
.nav-tab-active:hover {
border-bottom: 1px solid #f1f1f1;
background: none;
background: #f1f1f1;
color: #000;
}