adminfaces / admin-starter

https://adminfaces.github.io/admin-starter/
49 stars 38 forks source link

css priority #13

Open tulkas85 opened 5 years ago

tulkas85 commented 5 years ago

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: cssExample

rmpestano commented 5 years ago

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