Add Zebra striping to repsonsive tables

This commit is contained in:
savvasha
2017-11-30 07:00:24 +02:00
parent 70611ac98c
commit bc0ee7a295

View File

@@ -565,6 +565,10 @@ if ( ! function_exists( 'responsive_tables_css' ) ) {
padding-right: 10px;
white-space: nowrap;
}
/* Zebra striping */
tr:nth-of-type(odd) {
background: #eee !important;
}
/*
Label the data