has_capability('moodle/course:viewhiddensections', $context)) {
$thissection->summary = strip_tags(format_string($thissection->summary,true));
if ($course->format == 'weeks' or empty($thissection->summary)) {
- $menu[] = '-------------- '. $strsection ." ". $mod->section .' --------------';
+ $menu[] = '--'.$strsection ." ". $mod->section;
} else {
if (strlen($thissection->summary) < ($width-3)) {
- $menu[] = '-- '.$thissection->summary;
+ $menu[] = '--'.$thissection->summary;
} else {
- $menu[] = '-- '.substr($thissection->summary, 0, $width).'...';
+ $menu[] = '--'.substr($thissection->summary, 0, $width).'...';
}
}
}
color: #FFF;
}
+#navmenu {
+ background-color:#FFFFFF;
+}
+
+#navmenu optgroup {
+ background-color:#EEEEEE;
+}
+
+#navmenu optgroup option {
+ background-color:#FFFFFF;
+}
+
/***
*** Footer
***/