mirror of
git://develop.git.wordpress.org/
synced 2025-02-12 10:50:25 +01:00
Administration: Set a defined line-height for number type inputs to fix display issue in Safari.
Fixes #37024. Props joelwills, kraftbj. git-svn-id: https://develop.svn.wordpress.org/trunk@37693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
becae4f492
commit
af48ea92de
@ -68,7 +68,7 @@ input[type="url"] {
|
|||||||
/* Vertically align the number selector with the input. */
|
/* Vertically align the number selector with the input. */
|
||||||
input[type="number"] {
|
input[type="number"] {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
line-height: inherit;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user