From c6fc16efbef6b3f447b1a6f4f4240d767ba31d1f Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Sat, 3 Oct 2009 02:32:13 +0000 Subject: [PATCH] MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on. Merged from MOODLE_19_STABLE --- theme/standard/styles_ie6.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 500adc1ebd..2dab094b0e 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -97,3 +97,6 @@ form.mform textarea { #help_icon_tooltip .yui-tt-shadow-visible { background-color: transparent; } +.drag select { + visibility: visible; +} -- 2.39.5