Quantcast
Viewing all articles
Browse latest Browse all 512573

CSS problem

Replies: 0

Is it just me or should the css selectors be more specific?

I use tables on my pages to display system specs and the css from p3dlite overrides it.

The css in question is from 3dprint-lite-frontend.css

table.p3dlite-stats, th, td {
border:1px solid rgba(51,51,51,0.1)!important
}

Changing it to this would fix it (for me)

table.p3dlite-stats, table.p3dlite-stats th, table.p3dlite-stats td {
border:1px solid rgba(51,51,51,0.1)!important
}


Viewing all articles
Browse latest Browse all 512573

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>