mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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;
|
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 {
|
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
@ -865,11 +865,6 @@ tr.inline-edit-row td,
|
|||||||
padding: 0 0.5em;
|
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 {
|
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user