diff --git a/tine20/Calendar/js/EventUI.js b/tine20/Calendar/js/EventUI.js index 3d25eda8ec6..86144ff2e84 100644 --- a/tine20/Calendar/js/EventUI.js +++ b/tine20/Calendar/js/EventUI.js @@ -101,6 +101,9 @@ Tine.Calendar.EventUI.prototype = { if (el.dom.firstChild.firstChild) { Ext.DomHelper.applyStyles(el.dom.firstChild.firstChild, {'background-color': '#888'}); } + if (_.get(el, 'dom.firstChild.children[1]')) { + Ext.DomHelper.applyStyles(_.get(el, 'dom.firstChild.children[1]'), {'background-color': '#888'}); + } }); },