In Orbeon Forms, how can I change the color of visited sections in nav-list?

89 Views Asked by At

How to change the color of visited section in nav-list(form-runner). I tried with this expression that work to invalid sections visited. I changed it to work with the case of visited section (valid or not).

orbeon .xbl-fr-wizard .fr-wizard-toc .nav > span > a:visited {
    color: #00ff40;
}

This expression didn't work.

0

There are 0 best solutions below