diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index e623c42e5..a5f966802 100644 --- a/less/forms.less +++ b/less/forms.less @@ -155,6 +155,14 @@ output { } } +// Special styles for iOS date input +// +// In Mobile Safari, date inputs require a pixel line-height that matches the +// given height of the input. +input[type="date"] { + line-height: @input-height-base; +} + // Form groups // |
