diff options
| author | Mark Otto <[email protected]> | 2015-05-13 22:16:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-13 22:16:51 -0700 |
| commit | 52110fa2c20d101e162179d7caf3a22992234d56 (patch) | |
| tree | c1cc7097f7ef6499a07092f422bf008543986864 /less/forms.less | |
| parent | 82279a8eb28fcddf24ecdf524686583e408b5191 (diff) | |
| download | bootstrap-52110fa2c20d101e162179d7caf3a22992234d56.tar.xz bootstrap-52110fa2c20d101e162179d7caf3a22992234d56.zip | |
scope temporal changes to .form-control class, add week input to boot
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index cea6f669b..1d6c44812 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 & { |
