Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
tweak(Calendar): icon bg color when event is outOfFilter
Change-Id: Ia9aa679edec3d245723f128946efa97a354f842c
Reviewed-on: http://gerrit.tine20.com/customers/14373
Reviewed-by: Cornelius Weiss <c.weiss@metaways.de>
Tested-by: Cornelius Weiss <c.weiss@metaways.de>
  • Loading branch information
corneliusweiss committed Oct 25, 2019
1 parent a6b4790 commit 25d24cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tine20/Calendar/js/EventUI.js
Expand Up @@ -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'});
}
});
},

Expand Down

0 comments on commit 25d24cb

Please sign in to comment.