Hi,
I am currently having a problem where the basicTheme.css, that comes with the Forms package, is overwriting other parts of my site. Is it possible to make the Form styles only effect elements within that form?
Or am I going to have to use !important in my own styles?
Thanks,
Karl
Solved! Go to Solution.
No using !important is not a best way.You can go for make seperate clientLib for overriding the css having all you required css which you want to override and load at the end of Form loading or at the end of Page.
Hi
Use !important is good to put because if you use Form anywhere in your Page by default basicTheme,css will applied.To take your css as priority use !important.
Views
Replies
Total Likes
Is this really the best way?
Thanks,
Karl
Views
Replies
Total Likes
No using !important is not a best way.You can go for make seperate clientLib for overriding the css having all you required css which you want to override and load at the end of Form loading or at the end of Page.
Thanks Zee.
Views
Replies
Total Likes
Views
Likes
Replies