update invoice_email.css typo (#2146)

Correcting css html color code.
This commit is contained in:
Josh
2018-09-19 18:58:00 +10:00
committed by WShells
parent dbfe9b7e55
commit c3ba10f2e5

View File

@@ -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; }
.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; }