From 01e8cf8893f5fea55c38cd882420b0b5753375ab Mon Sep 17 00:00:00 2001 From: fiedorow Date: Tue, 8 Feb 2005 18:13:43 +0000 Subject: [PATCH] New highlight color for forum/search.php --- theme/standard/styles_color.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 4bdbeec5ee..a59ce06346 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -62,6 +62,10 @@ th { background-color:#AAFFAA; /* highlight */ } +.highlight2 { + color:#AA0000; /* highlight missing terms in forum search */ +} + /* Alternate rows even */ .r0 { } -- 2.39.5