Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The only class that is specific to the field type is on the input element itself, but I want to style the LABELS of the inputs differently depending on the type. I could probably even manage if I could switch the label in the DOM to come AFTER the input using input[type=...] ~ label... but you know ...