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

Built from https://develop.svn.wordpress.org/trunk@27749


git-svn-id: http://core.svn.wordpress.org/trunk@27586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-03-26 20:57:15 +00:00
parent b5d0471fef
commit d8f50c98a0
4 changed files with 4 additions and 4 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;
}

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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long