Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 nav-list(form-runner) 中已访问部分的颜色。我尝试使用这个表达式来处理访问的无效部分。我将其更改为适用于已访问部分的情况(有效与否)。
orbeon .xbl-fr-wizard .fr-wizard-toc .nav > span > a:visited { color: #00ff40; }
这个表达不行。