Having searched the forum / samples / documentation I've yet to discover if this exists already; apologies if it does.
Is there CSS selector that targets only the repeated <thead> elements?
I'd love to be able to highlight the repeated <thead> elements differently to show that the table is a continuation of the page before; I could see the same for <tfoot> being useful too.
Thanks guys!
Is there CSS selector that targets only the repeated <thead> elements?
/* Pseudocode */
thead::repeated { background: red; }
I'd love to be able to highlight the repeated <thead> elements differently to show that the table is a continuation of the page before; I could see the same for <tfoot> being useful too.
Thanks guys!