mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01: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:
parent
1cdb0ac2fa
commit
f6d8114bc2
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user