mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Fix selector for category checklists to apply styles to custom taxonomies too.
props mattheu. fixes #26324. git-svn-id: https://develop.svn.wordpress.org/trunk@26476 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11250,11 +11250,11 @@ li#wp-admin-bar-menu-toggle {
|
||||
padding: 3px 5px 5px; /* Reset tabs in Press This to standard size */
|
||||
}
|
||||
|
||||
ul#categorychecklist li {
|
||||
ul.categorychecklist li {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
ul#categorychecklist ul {
|
||||
ul.categorychecklist ul {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
@@ -12209,8 +12209,8 @@ li#wp-admin-bar-menu-toggle {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.press-this ul#categorychecklist ul,
|
||||
.press-this ul#categorychecklist li {
|
||||
.press-this ul.categorychecklist ul,
|
||||
.press-this ul.categorychecklist li {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user