diff options
| author | Mark Otto <[email protected]> | 2012-08-01 23:16:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 23:16:49 -0700 |
| commit | d27dcf3b070015aca81d86de00e1b2ea6e0f30ff (patch) | |
| tree | ba787e5698e568caea74ca86bf4508dd395d18a0 /less | |
| parent | 148203067978a13aeadd2127b0ddf00299cb8e98 (diff) | |
| download | bootstrap-d27dcf3b070015aca81d86de00e1b2ea6e0f30ff.tar.xz bootstrap-d27dcf3b070015aca81d86de00e1b2ea6e0f30ff.zip | |
cut down on selectors on .formFieldState() mixin to origin input catchall
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/less/mixins.less b/less/mixins.less index c9b701cb6..1b2f0bcfb 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -170,20 +170,7 @@ // Style inputs accordingly .checkbox, .radio, -input[type="text"], -input[type="password"], -input[type="datetime"], -input[type="datetime-local"], -input[type="date"], -input[type="month"], -input[type="time"], -input[type="week"], -input[type="number"], -input[type="email"], -input[type="url"], -input[type="search"], -input[type="tel"], -input[type="color"], + input, select, textarea { color: @textColor; |
