Hi
the module "Latest events" does not show the category colours any more. It used to work in the past.
This is what the CSS Inspector says:
border-bottom-color: #faca0a;
border-collapse: collapse;
border-left-color: #faca0a;
border-left-width: 0px;
td.mod_events_latest_first 2px jevcustom.css:31
border-right-color: #faca0a;
border-spacing: 0px 0px;
border-top-color: #faca0a;
I think the problem is caused by the line
"border-left-width: 0px;"
This happens despite the fact that in jevcustom.css I put the following line
td.mod_events_latest_first, td.mod_events_latest {
border-left-width: 2px!important;
}
For some unknown reason, this command is ignored.
Thank you and kind regards
Chris