Skip to content

Commit

Permalink
scope temporal changes to .form-control class, add week input to boot
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 14, 2015
1 parent 82279a8 commit 52110fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 & {
Expand Down

0 comments on commit 52110fa

Please sign in to comment.