mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Create metaboxes for hierarchical taxonomies. Props prettyboymp. fixes #10122
git-svn-id: https://develop.svn.wordpress.org/trunk@12798 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -110,11 +110,11 @@ div.dashboard-widget-submit {
|
||||
}
|
||||
|
||||
div.tabs-panel,
|
||||
ul#category-tabs li.tabs {
|
||||
ul.category-tabs li.tabs {
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
ul#category-tabs li.tabs {
|
||||
ul.category-tabs li.tabs {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
@@ -380,7 +380,7 @@ div.dashboard-widget-submit input:hover,
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
#side-sortables #category-tabs .tabs a {
|
||||
#side-sortables .category-tabs .tabs a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@@ -1458,7 +1458,7 @@ 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 {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user