You mean two classes? "Chain" the selectors (no spaces between them):
.class1.class2 { /* style here */ }
This selects all elements with class1
that also have class2
.
In your case:
li.left.ui-class-selector { }
Official documentation : CSS2 class selectors.
Read full article from css selectors - Select CSS based on multiple classes - Stack Overflow
No comments:
Post a Comment