Is it possible to apply a class to a specific page? So I can target some css to only that page?
I am using panels and I have a relationshup manager table which I would like to apply some custom css to but I dont want to override every RM table on my app.
I've tried to look through the source html and I cannot see any unique identifier for that page.
Solution:Jump to solution
Check the classes on the Page:
E.g. from th demo:
.fi-resource-shop-orders
...5 Replies
How about
.fi-resource-relation-manager
?Hi Dennis. I found this but I have other pages with relationship managers and I dont want my css to affect those. To be specific I only want to affect some CSS in an Edit model action off of one of the records on the relation manager table. but only for the Estimate page I have.
so I need some unique identifier above this ideally
Ah reading helps, sorry π
Solution
Check the classes on the Page:
E.g. from th demo:
.fi-resource-shop-orders
legend. found it. I can use
fi-resource-estimates
thank you