G
G
Genexys2015-06-22 17:55:14
css
Genexys, 2015-06-22 17:55:14

How to change properties of multiple classes?

there is this code

.product-category-70_80 .box-subcat li .name a,
.product-category-70_81 .box-subcat li .name a,
.....
.product-category-70_112 .box-subcat li .name a
}
pointer-events: none; 
    cursor: default;  
}


how can this be done faster by code, so that certain properties are applied to certain classes?
And it turns out I prescribe each class and there are a lot of them

upd

I forgot to say the classes are generated, but I only need the generated classes defined with

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2015-06-22
@Genoxys

www.w3schools.com/css/css_attribute_selectors.asp

P
Pavel, 2015-06-22
@ambrous

Are these properties different or the same?
If they are the same, then they can be moved to a separate class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question