From d59a75a841ec3fc03a2fd0722fd0be7aee2dc99f Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 15 Apr 2011 00:49:22 +0100 Subject: [PATCH] MDL-26958 Core Themes:adding css patch to base theme so hidden elements are dimmed This patch also fixes MDL-27160 - the same bug which affects many CORE themes like Binarus and Nonzeo. This patch also a small element of a patch supplied by Thomas Lake in Tracker MDL-26958 (most of which already exists in Base theme). --- theme/base/style/core.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 4a9552fd4be..4a10cbfdf47 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -20,12 +20,16 @@ abbr {cursor: help;} .centerpara, .mdl-align {text-align: center;} a.dimmed, +a.dimmed:link, +a.dimmed:visited, a.dimmed_text, .dimmed_text, .dimmed_text a, .dimmed_category, .dimmed_category a {color:#AAAAAA;} + fieldset#general {border-color: #ddd;} + .unlist, .unlist li, .inline-list,