php 5
jevents 1.5.2
legend 1.5.1
using ext skin
Hi
I want to change the colour of the little gray bar on the left hand side of the "All categories" link at the bottom of the calendar. firebug shows me
<div class="event_legend_name" style="border-color: rgb(211, 211, 211);">
I have searched for 211 and can't find it anywhere.
I have found
$content .= '<div class="event_legend_name" style="border-color:'.$row->color.'">'
in mod_jevents_legend/tmpl/ext/legend.php - and think that this is where the colours for the little bars come from.I have also looked through the database tables, but still can't find it
HOw can I alter that last colour please?
Thanks in advance
Edward
PS I did think about building some sort of conditional into the php but there must be an easier way...