fix pending/invoiced selection, RT#81713
[freeside.git] / httemplate / elements / freeside.css
index 4ba0f3f..1e5d1e8 100644 (file)
@@ -278,6 +278,28 @@ td.grid {
   empty-cells: show;
 }
 
+tr.row0 {
+  background-color: #eeeeee;
+}
+
+tr.row1 {
+  background-color: #ffffff;
+}
+
+.grid tfoot tr {
+  background-color: #dddddd;
+  font-style: italic;
+}
+
+th, td {
+  vertical-align: top;
+}
+
+/* border at the top of the footer, but not between footer rows */
+.grid tfoot tr:first-child td {
+  border-top: 1px dashed black;
+}
+
 table.inv { border: none }
 th.inv { border: none }
 td.inv { border: none }
@@ -295,4 +317,3 @@ td.label {
   color: #ff0000;
 }
 
-