From 73d97f6c74b12b448e52966c0f5c90d8fd6cbaf1 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 12 Jan 2009 06:55:09 +0000 Subject: Restored .understate for use to visually mute type (gray out). --- themes/default/css/screen.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 70fd2420..d1670921 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -241,8 +241,9 @@ li.gError select { * 2) Reusable generic classes *********************************************************************/ -.inactive { +.inactive, .understate { color: #ccc; + font-weight: normal; } .left { -- cgit v1.2.3