From 52110fa2c20d101e162179d7caf3a22992234d56 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 May 2015 22:16:51 -0700 Subject: [PATCH] scope temporal changes to .form-control class, add week input to boot --- less/forms.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index cea6f669bea6..1d6c44812777 100644 --- a/less/forms.less +++ b/less/forms.less @@ -178,9 +178,12 @@ input[type="search"] { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], + input[type="week"], input[type="datetime-local"], input[type="month"] { - line-height: @input-height-base; + &.form-control { + line-height: @input-height-base; + } &.input-sm, .input-group-sm & {