From 8a4c7e4c96bec572a952525f2d7974323629c4d5 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 2 Aug 2022 09:53:34 +0200 Subject: [PATCH] added the new class '.td-addendum' in white.css, necessary for 'emailreports.pm' --- css/white.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/white.css b/css/white.css index 3c2405c..2884136 100644 --- a/css/white.css +++ b/css/white.css @@ -84,6 +84,12 @@ th, td { color: #cccc00; } +.td-addendum { + background-color: #eeeeee; + font-family: Verdana, sans-serif; + color: #000000; +} + .text-title-date { font-family: Verdana, sans-serif; color: #888888;