Menu style updates. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-05-12 02:03:02 +00:00
parent beae1e56aa
commit e3e2cb9710
7 changed files with 72 additions and 37 deletions

View File

@@ -4045,9 +4045,9 @@ div#custom-background-image img {
.nav-tab {
border-style: solid;
border-color: #ccc #ccc #fff;
border-color: #dfdfdf #dfdfdf #fff;
border-width: 1px 1px 0;
color: #c1c1c1;
color: #aaa;
text-shadow: rgba(255,255,255,1) 0 1px 0;
font-size: 12px;
line-height: 16px;
@@ -4069,6 +4069,11 @@ div#custom-background-image img {
color: #464646;
}
.nav-tab:hover,
.nav-tab-active {
border-color: #ccc #ccc #fff;
}
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
padding-bottom: 0;