Administration: Set a defined line-height for number type inputs to fix display issue in Safari.

Fixes #37024.
Props joelwills, kraftbj.
Built from https://develop.svn.wordpress.org/trunk@37693


git-svn-id: http://core.svn.wordpress.org/trunk@37659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2016-06-14 02:07:27 +00:00
parent 486961626c
commit 3808a6bebb
7 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@ input[type="url"] {
/* Vertically align the number selector with the input. */
input[type="number"] {
height: 28px;
line-height: inherit;
line-height: 1;
}
input[type="checkbox"],

File diff suppressed because one or more lines are too long

View File

@ -68,7 +68,7 @@ input[type="url"] {
/* Vertically align the number selector with the input. */
input[type="number"] {
height: 28px;
line-height: inherit;
line-height: 1;
}
input[type="checkbox"],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37692';
$wp_version = '4.6-alpha-37693';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.