Customizer: Increase size of search field and disable text size adjustment to prevent auto zooming.

see #31794.
Built from https://develop.svn.wordpress.org/trunk@31917


git-svn-id: http://core.svn.wordpress.org/trunk@31896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-03-28 21:03:27 +00:00
parent 80972b7ecd
commit 7875dd4853
5 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,6 @@
body {
overflow: hidden;
-webkit-text-size-adjust: 100%;
}
#customize-controls a {
@ -910,6 +911,9 @@ p.customize-section-description {
}
.wp-customizer #themes-filter {
font-size: 16px;
font-weight: 300;
line-height: 1.5;
width: 100%;
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
body {
overflow: hidden;
-webkit-text-size-adjust: 100%;
}
#customize-controls a {
@ -910,6 +911,9 @@ p.customize-section-description {
}
.wp-customizer #themes-filter {
font-size: 16px;
font-weight: 300;
line-height: 1.5;
width: 100%;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31916';
$wp_version = '4.2-beta3-31917';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.