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

see #31794.

git-svn-id: https://develop.svn.wordpress.org/trunk@31917 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-03-28 21:02:36 +00:00
parent ed118dc8a3
commit da2d5c4039
1 changed files with 4 additions and 0 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%;
}