• Resolved ShaneJenkins

    (@shanejenkins)


    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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘CSS problem’ is closed to new replies.