From 8f367196d79429d9cbc57f9a2c6fbd04c8575fe9 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 5 Jan 2008 19:05:59 +0000 Subject: [PATCH] Explicit color specification for inactive menus. Another IE fix. --- templates/disorder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/disorder.css b/templates/disorder.css index 0bb6cd3..2fa4568 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -438,7 +438,7 @@ a.activemenu:active,a.inactivemenu:active { span.invalidmenu { text-decoration: none; - color: grey; + color: #808080; /* grey */ font-family: sans-serif; font-weight: bold; font-size: 14pt -- 2.11.0