Add Zebra striping to repsonsive tables
This commit is contained in:
@@ -565,6 +565,10 @@ if ( ! function_exists( 'responsive_tables_css' ) ) {
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
/* Zebra striping */
|
||||||
|
tr:nth-of-type(odd) {
|
||||||
|
background: #eee !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Label the data
|
Label the data
|
||||||
|
|||||||
Reference in New Issue
Block a user