diff options
| author | Mark Otto <[email protected]> | 2012-05-23 00:04:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-23 00:04:54 -0700 |
| commit | 3b6b6eb242e1e459d741d5edc475ce6b3130d063 (patch) | |
| tree | c5ac003a6b294406d03818db6c054a7451030ad4 /less | |
| parent | 78790da03c2f18912215c6dc4c19d88e636c31dd (diff) | |
| download | bootstrap-3b6b6eb242e1e459d741d5edc475ce6b3130d063.tar.xz bootstrap-3b6b6eb242e1e459d741d5edc475ce6b3130d063.zip | |
fix field state mixin
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index 8efe12b38..068af63fa 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -166,6 +166,8 @@ color: @textColor; } // Style inputs accordingly + .checkbox, + .radio, input, select, textarea { |
