Add zebra-striping to the main report list table. refs #1643
Showing
1 changed file
with
5 additions
and
2 deletions
| ... | @@ -525,7 +525,10 @@ input.dp-applied { | ... | @@ -525,7 +525,10 @@ input.dp-applied { |
| 525 | .cbv-report-list thead th, | 525 | .cbv-report-list thead th, |
| 526 | .cbv-report-list tbody th, | 526 | .cbv-report-list tbody th, |
| 527 | .cbv-report-list tbody td { text-align:left; font-size: 11px; word-wrap: normal; padding: 3px 5px; } | 527 | .cbv-report-list tbody td { text-align:left; font-size: 11px; word-wrap: normal; padding: 3px 5px; } |
| 528 | .cbv-report-list tbody tr.odd td { background-color: #f5f5f5; } | 528 | .cbv-report-list tbody tr.odd td, |
| 529 | #report-list tbody tr.odd td { | ||
| 530 | background-color: #f5f5f5; | ||
| 531 | } | ||
| 529 | .cbv-report-list thead th { background-color: #e1e1e1;border-bottom:1px solid #e8e8e8; } | 532 | .cbv-report-list thead th { background-color: #e1e1e1;border-bottom:1px solid #e8e8e8; } |
| 530 | .cbv-report-list tbody td { border-bottom:1px solid #e8e8e8; min-width: 120px; background-color:#fff;} | 533 | .cbv-report-list tbody td { border-bottom:1px solid #e8e8e8; min-width: 120px; background-color:#fff;} |
| 531 | 534 | ||
| ... | @@ -824,4 +827,4 @@ a, input, textarea, select { | ... | @@ -824,4 +827,4 @@ a, input, textarea, select { |
| 824 | -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; | 827 | -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; |
| 825 | -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; | 828 | -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; |
| 826 | transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; | 829 | transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; |
| 827 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 830 | } | ... | ... |
-
Please register or sign in to post a comment