opacity table background
-
Hi,
I managed to get the first colum in responsive view to have a color with opacity set:
.tablepress-responsive-all thead tr,
.tablepress-responsive-all thead th,
.tablepress-responsive-all tbody td {
background-color: rgba(255,0,102,0.1);
}Same when I hover over the colums:
.tablepress .row-hover tr:hover td {
background-color: rgba(196,214,186,0.1);
}But i can’t figure out the css to set the opacity on the alternating columns for the table.
Can you help out?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘opacity table background’ is closed to new replies.