Skip to content

Commit

Permalink
(less) fixes twbs#4957: use input border var for select element inste…
Browse files Browse the repository at this point in the history
…ad of #ddd
  • Loading branch information
mdo committed Sep 4, 2012
1 parent ddc28cd commit 79cb5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ input[type="file"] {
// Make select elements obey height by applying a border
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
border: 1px solid #bbb;
border: 1px solid @inputBorder;
background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color
}

Expand Down

0 comments on commit 79cb5b8

Please sign in to comment.