1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

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

This commit is contained in:
Mark Otto
2015-05-13 22:16:51 -07:00
parent 82279a8eb2
commit 52110fa2c2

View File

@@ -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 & {