mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Internal linking, first pass. props koopersmith, see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@15940 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -110,13 +110,16 @@ div.dashboard-widget-submit {
|
||||
}
|
||||
|
||||
div.tabs-panel,
|
||||
.wp-tabs-panel,
|
||||
ul.category-tabs li.tabs,
|
||||
ul.add-menu-item-tabs li.tabs {
|
||||
ul.add-menu-item-tabs li.tabs,
|
||||
.wp-tab-active {
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
ul.category-tabs li.tabs,
|
||||
ul.add-menu-item-tabs li.tabs {
|
||||
ul.add-menu-item-tabs li.tabs,
|
||||
.wp-tab-active {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
@@ -383,7 +386,8 @@ div.dashboard-widget-submit input:hover,
|
||||
}
|
||||
|
||||
#side-sortables .category-tabs .tabs a,
|
||||
#side-sortables .add-menu-item-tabs .tabs a {
|
||||
#side-sortables .add-menu-item-tabs .tabs a,
|
||||
.wp-tab-bar .wp-tab-active a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user