How can I highlight 3 rows of different color?
-
I try:
.tablepress .row-hover .row-2 tr:hover td { background-color: #b2dae5; color: #f25c00; font-weight: 500; }
.tablepress .row-hover .row-2:hover tr { background-color: #b2dae5; color: #f25c00; font-weight: 500; }
.tablepress .row-hover .row-2:hover tr:td { background-color: #b2dae5; color: #f25c00; font-weight: 500; }
Sorry, I know I still lack knowledge and that’s why I ask here. Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I highlight 3 rows of different color?’ is closed to new replies.