enable support for form states on select elements

This commit is contained in:
Mark Otto
2012-01-25 11:35:08 -08:00
parent a4b8cc2a9c
commit 58d08a2db3
5 changed files with 37 additions and 10 deletions

View File

@@ -283,6 +283,7 @@ textarea[readonly] {
}
// Style inputs accordingly
input,
select,
textarea {
color: @textColor;
border-color: @borderColor;