7babbe07 by Marty Penner

Add zebra-striping to the main report list table. refs #1643

1 parent ef803d84
......@@ -525,7 +525,10 @@ input.dp-applied {
.cbv-report-list thead th,
.cbv-report-list tbody th,
.cbv-report-list tbody td { text-align:left; font-size: 11px; word-wrap: normal; padding: 3px 5px; }
.cbv-report-list tbody tr.odd td { background-color: #f5f5f5; }
.cbv-report-list tbody tr.odd td,
#report-list tbody tr.odd td {
background-color: #f5f5f5;
}
.cbv-report-list thead th { background-color: #e1e1e1;border-bottom:1px solid #e8e8e8; }
.cbv-report-list tbody td { border-bottom:1px solid #e8e8e8; min-width: 120px; background-color:#fff;}
......@@ -824,4 +827,4 @@ a, input, textarea, select {
-moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear;
-o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear;
transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear;
}
\ No newline at end of file
}
......