Page 1 of 1

Hover over subfile row

Posted: 22 Nov 2023, 21:13
by Fre_Vdh
Hi,

I would like to give a little accent to my subfiles when a user hovers over a row.
Is it possible to do that?

I’ve been trying to do it with an Application style, but I don’t seem to get the right htmlTag:
Which should I use? .md-sftable-row:hover?

Frederik

Re: Hover over subfile row

Posted: 08 Jan 2024, 14:25
by tim mcentee
Hi Frederik

Try
div#sfeId div div:hover

This tells it grab a div with an id of sfeId the subfile overlay table, then get the child div then the child divs of that child div.

Tim

Re: Hover over subfile row

Posted: 15 Jan 2024, 20:47
by Fre_Vdh
I tried it like this, but it's not working:
hover.png
hover.png (2.86 KiB) Viewed 20522 times