I was checking the selectors, and I could not find a way to select all elements that have a certain class. I tried for example:
select[form-control] {
}
Trying to get all selects
with class .form-control
of twitter-bootstrap , but it did not work. It's possible? How?