admin-starter
admin-starter copied to clipboard
css priority
Hi, I need to set !important in my css to overwrite theme.css rules or others .
I put my css include in template.xhtml below your starter.css include.
It's possible to set css in other places in order to have a better priority, so I can remove !important ?
Here you can see Firefox debugger that shows where is my css rule in the page:

Hi, to remove the important you need to create a more specific css rule...it will depend which rule you want to override