From d27dcf3b070015aca81d86de00e1b2ea6e0f30ff Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 23:16:49 -0700 Subject: cut down on selectors on .formFieldState() mixin to origin input catchall --- less/mixins.less | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'less') 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; -- cgit v1.2.3