List tables: Remove a black colored separator in Quick Edit for pages.
fixes #32842. Built from https://develop.svn.wordpress.org/trunk@33149 git-svn-id: http://core.svn.wordpress.org/trunk@33121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6cc3a903d7
commit
41a8b24a8f
|
@ -865,11 +865,6 @@ tr.inline-edit-row td,
|
|||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: none solid none none;
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
||||
width: 40%;
|
||||
}
|
||||
|
|
|
@ -865,11 +865,6 @@ tr.inline-edit-row td,
|
|||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
|
||||
border-width: 0 0 0 1px;
|
||||
border-style: none none none solid;
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
||||
width: 40%;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33148';
|
||||
$wp_version = '4.3-beta2-33149';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue