X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=3dc344cbf7265816653cd884b6e85eeb8df9f18d;hb=062f38f2f5d0da64c6fd0702d4df2e805473a1f5;hp=ece57a0531ea3c11822e411228b45186f1d098fd;hpb=68546df9b125f73764eda31f1dcb4e2c0555f859;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index ece57a053..3dc344cbf 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -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; }