From 9adb267c956fd8ddd21141b4a87d0e8a4c1de3b8 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Jan 2007 06:46:58 +0000 Subject: [PATCH] Fixed required class leaking around the place --- theme/standard/styles_color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index d105e7a7d6..05856fa3f2 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -107,7 +107,7 @@ table.formtable tbody th { color:#000044; } -.required { +#admin-auth_config .required { background-color:#DDDDDD; } -- 2.39.5