Skip to content

Commit

Permalink
real fix for issue twbs#4526 twbs#4526
Browse files Browse the repository at this point in the history
  • Loading branch information
lookfirst committed Aug 21, 2012
1 parent d6fe207 commit faf1a72
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,14 @@
.radio,
input,
select,
.controls-box,
textarea {
color: @textColor;
}
input,
select,
textarea {
border-color: @borderColor;
// .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
&:focus {
border-color: darken(@borderColor, 10%);
// Write out in full since the lighten() function isn't easily escaped
Expand Down Expand Up @@ -669,4 +672,4 @@

}

}
}

0 comments on commit faf1a72

Please sign in to comment.