[Xsltforms-support] How to highlight selected row within a repeat?
Brought to you by:
alain-couthures
From: Alessandro <ca...@tu...> - 2021-05-24 09:16:44
|
Hi all! I'm probably not able to find the right CSS syntax for highlighting the current selected row within a repeat... The only indications I can find are the following, but no matter where I write them (inside an external css file or directly within the xsltform) I'm not able to obtain any positive result. .xforms-repeat-item-selected > * { color: red; background-color: white; font-weight:bold; border-bottom:solid 5px #f2f0fb; } or: .xforms-repeat-item-selected {color: blue; background-color: white;} Thanks Alex -- Inviato in modo sicuro con Tutanota. Ottieni la tua casella di posta elettronica crittografata e senza pubblicità: https://tutanota.com |