Re: [Xsltforms-support] How to highlight selected row within a repeat?
Brought to you by:
alain-couthures
|
From: Ralph C. <ra...@ra...> - 2021-05-24 09:56:35
|
Hi Alessandro,
I'm using a simple setup with the key CSS as follows that seems to work:
<head>
...
<style>.xforms-repeat-item-selected {background-color: grey;}</style>
</head>
Ralph
(and I fear my own question is heading this way shortly...)
On 24/05/2021 10:16, Alessandro via Xsltforms-support wrote:
> 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
> _______________________________________________
> Xsltforms-support mailing list
> Xsl...@li...
> https://lists.sourceforge.net/lists/listinfo/xsltforms-support |