From: Mark Otto Date: Thu, 14 May 2015 05:16:51 +0000 (-0700) Subject: scope temporal changes to .form-control class, add week input to boot X-Git-Tag: v3.3.5~34^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52110fa2c20d101e162179d7caf3a22992234d56;p=thirdparty%2Fbootstrap.git scope temporal changes to .form-control class, add week input to boot --- diff --git a/less/forms.less b/less/forms.less index cea6f669be..1d6c448127 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 & {