mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-19 06:41:55 +01:00
Customize: Restore search icon to available widgets pane incorrectly removed in [41893].
See #42215. Fixes #42472 for 4.9. Built from https://develop.svn.wordpress.org/branches/4.9@42133 git-svn-id: http://core.svn.wordpress.org/branches/4.9@41964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fcb3e4d712
commit
bbef4fd178
2
wp-admin/css/colors/light/colors-rtl.min.css
vendored
2
wp-admin/css/colors/light/colors-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/colors/light/colors.min.css
vendored
2
wp-admin/css/colors/light/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1700,7 +1700,7 @@ form.upgrade .hint {
|
|||||||
|
|
||||||
.toggle-arrow {
|
.toggle-arrow {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top left;
|
background-position: top right;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
@ -1708,7 +1708,7 @@ form.upgrade .hint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toggle-arrow-active {
|
.toggle-arrow-active {
|
||||||
background-position: bottom left;
|
background-position: bottom right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-options-wrap h5, /* Back-compat for old plugins */
|
#screen-options-wrap h5, /* Back-compat for old plugins */
|
||||||
|
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2706,6 +2706,7 @@ body.adding-widget .add-new-widget:before,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#available-menu-items-search .search-icon:after,
|
#available-menu-items-search .search-icon:after,
|
||||||
|
#available-widgets-filter .search-icon:after,
|
||||||
.themes-filter-bar .search-icon:after {
|
.themes-filter-bar .search-icon:after {
|
||||||
content: "\f179";
|
content: "\f179";
|
||||||
font: normal 20px/1 dashicons;
|
font: normal 20px/1 dashicons;
|
||||||
|
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2706,6 +2706,7 @@ body.adding-widget .add-new-widget:before,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#available-menu-items-search .search-icon:after,
|
#available-menu-items-search .search-icon:after,
|
||||||
|
#available-widgets-filter .search-icon:after,
|
||||||
.themes-filter-bar .search-icon:after {
|
.themes-filter-bar .search-icon:after {
|
||||||
content: "\f179";
|
content: "\f179";
|
||||||
font: normal 20px/1 dashicons;
|
font: normal 20px/1 dashicons;
|
||||||
|
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
@ -330,7 +330,7 @@ form#tags-filter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content-resize-handle {
|
#content-resize-handle {
|
||||||
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
|
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
cursor: row-resize;
|
cursor: row-resize;
|
||||||
}
|
}
|
||||||
@ -1299,7 +1299,7 @@ table.links-table {
|
|||||||
(min-resolution: 120dpi) {
|
(min-resolution: 120dpi) {
|
||||||
#content-resize-handle,
|
#content-resize-handle,
|
||||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||||
background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
|
background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom;
|
||||||
background-size: 11px 11px;
|
background-size: 11px 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.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.9-RC2-42125';
|
$wp_version = '4.9-RC2-42133';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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