From c3ba10f2e56009a2c03fe2def2d081d1b364f8ce Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 19 Sep 2018 18:58:00 +1000 Subject: [PATCH] update invoice_email.css typo (#2146) Correcting css html color code. --- public/css/invoice_email.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/invoice_email.css b/public/css/invoice_email.css index 7cc1189cc..befa3f31d 100644 --- a/public/css/invoice_email.css +++ b/public/css/invoice_email.css @@ -44,11 +44,11 @@ pre { font-family: Helvetica; font-size: 13px; } #items td.total-line { text-align: right; border-width: 1px 0 1px 1px; border-style: solid; } #items td.total-value { text-align: right; border-width: 1px 0px 1px 0; border-style: solid; } #items td.centered-value { text-align: center; } -#items td.balance { background: #eeeee; } +#items td.balance { background: #eeeeee; } #items td.blank { border: 0; } #terms { text-align: center; margin: 20px 0; } #terms h5 { border-bottom: 1px solid black; font: 13px Helvetica, Sans-Serif; padding: 8px 0; margin: 8px 0; line-height: 1.3em; } .delete-wpr { position: relative; } -.delete { display: block; color: #000; text-decoration: none; position: absolute; background: #EEEEEE; font-weight: bold; padding: 0px 3px; border: 1px solid; top: -6px; left: -22px; font-family: Verdana; font-size: 12px; } \ No newline at end of file +.delete { display: block; color: #000; text-decoration: none; position: absolute; background: #EEEEEE; font-weight: bold; padding: 0px 3px; border: 1px solid; top: -6px; left: -22px; font-family: Verdana; font-size: 12px; }