From: stronk7 Date: Tue, 13 Mar 2007 18:31:44 +0000 (+0000) Subject: Fix one awful background showed in form-buttons (that are enclosed in a fieldset???? X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9a5e30dfabce3ec3354edabcc8a9db650ab23694;p=moodle.git Fix one awful background showed in form-buttons (that are enclosed in a fieldset???? Merged from MOODLE_18_STABLE --- diff --git a/theme/wood/styles_color.css b/theme/wood/styles_color.css index 14f61a8918..17bad551c3 100644 --- a/theme/wood/styles_color.css +++ b/theme/wood/styles_color.css @@ -14,7 +14,8 @@ #mod-forum-view table.forumheaderlist td, #mod-assignment-submissions table.submissions th, #mod-assignment-submissions table.submissions td, -form.mform fieldset.hidden { +form.mform fieldset.hidden, +form.mform fieldset.hidden fieldset.fgroup { border:none; background:none; }