From 0bb2a7b5147f9eeec5df5f02f59f03b6e85a8ed2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 20 Jan 2011 20:34:25 +0100 Subject: Black fonts for out-of-date rows in search results (fixes FS#20514). Signed-off-by: Lukas Fleischer --- web/html/css/fonts.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/html/css/fonts.css') diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 395f4242..cbc6ddce 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -65,6 +65,8 @@ span.warning /* Content Text */ .white { color: #fff; } .black { color: #000; } .green { color: #6db06d; } +/* Better contrast on out-of-date rows (FS#20514) */ +.outofdate .blue { color: #444; } .link { color: #6c83b0; -- cgit v1.2.3-24-g4f1b