Menu style updates. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-12 02:03:02 +00:00
parent 9b3f26faa4
commit 66604c9552
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;