New menu UI. Props filosofo. see #12713

git-svn-id: https://develop.svn.wordpress.org/trunk@14248 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-04-27 01:05:58 +00:00
parent cb27ac1a30
commit 77be931ef4
20 changed files with 2278 additions and 1203 deletions
+8 -4
View File
@@ -110,11 +110,13 @@ div.dashboard-widget-submit {
}
div.tabs-panel,
ul.category-tabs li.tabs {
ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs {
border-color: #dfdfdf;
}
ul.category-tabs li.tabs {
ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs {
background-color: #f1f1f1;
}
@@ -380,7 +382,8 @@ div.dashboard-widget-submit input:hover,
border-color: #dfdfdf;
}
#side-sortables .category-tabs .tabs a {
#side-sortables .category-tabs .tabs a,
#side-sortables .add-menu-item-tabs .tabs a {
color: #333;
}
@@ -1467,7 +1470,8 @@ fieldset.inline-edit-col-right .inline-edit-col {
background-color: #f5f5f5;
}
#post-body ul.category-tabs li.tabs a {
#post-body ul.category-tabs li.tabs a,
#post-body ul.add-menu-item-tabs li.tabs a {
color: #333;
}