diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index 1a2da2b5..0f048229 100755 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -262,6 +262,7 @@ Module.register("calendar", { if (needle.test(event.title)) { eventWrapper.style.cssText = "color:" + this.config.coloredEvents[ev].color; titleWrapper.style.cssText = "color:" + this.config.coloredEvents[ev].color; + if (this.config.displaySymbol) symbolWrapper.style.cssText = "color:" + this.config.coloredEvents[ev].color; break; } }