mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
Themes: Allow version number in the overlay to be selected.
props johneckman. fixes #31205. Built from https://develop.svn.wordpress.org/trunk@31330 git-svn-id: http://core.svn.wordpress.org/trunk@31311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d162f0945
commit
641f767fd9
@ -748,10 +748,6 @@ body.folded .theme-overlay .theme-wrap {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-author {
|
||||
|
@ -748,10 +748,6 @@ body.folded .theme-overlay .theme-wrap {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-author {
|
||||
|
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
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31329';
|
||||
$wp_version = '4.2-alpha-31330';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user