reports with row grouping for payment/refund search, #25944
[freeside.git] / httemplate / elements / freeside.css
index ece57a0..3dc344c 100644 (file)
@@ -254,6 +254,24 @@ table.grid {
   border-radius: 2px;
 }
 
+tr.row0 {
+  background-color: #eeeeee;
+}
+
+tr.row1 {
+  background-color: #ffffff;
+}
+
+.grid tfoot tr {
+  background-color: #dddddd;
+  font-style: italic;
+}
+
+/* border at the top of the footer, but not between footer rows */
+.grid tfoot tr:first-child td {
+  border-top: 1px dashed black;
+}
+
 th, td {
   vertical-align: top;
 }