Commit 52110fa2 authored by Mark Otto's avatar Mark Otto

scope temporal changes to .form-control class, add week input to boot

parent 82279a8e
...@@ -178,9 +178,12 @@ input[type="search"] { ...@@ -178,9 +178,12 @@ input[type="search"] {
@media screen and (-webkit-min-device-pixel-ratio: 0) { @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"], input[type="date"],
input[type="time"], input[type="time"],
input[type="week"],
input[type="datetime-local"], input[type="datetime-local"],
input[type="month"] { input[type="month"] {
line-height: @input-height-base; &.form-control {
line-height: @input-height-base;
}
&.input-sm, &.input-sm,
.input-group-sm & { .input-group-sm & {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment