Hello,
i have an problem with the color in the month view. It is white on a white background. <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Twisted Evil" /><!-- s:twisted: -->
What do i have to change in the css?
I checked this two way´s it does not work:
/components/com_jevents/views/ext/month/tmpl/calendar_body.php, Line 53:
<td colspan="3" class="currentmonth" style="background-color: rgb([color=#BF0040:1pbehnvs]208, 230, 246[/color:1pbehnvs]);" align="center" height="22" nowrap="nowrap" valign="middle">
<?php echo $this->data['fieldsetText']; ?>
</td>
or
template.css
#jevents_body .currentmonth {
background: [color=#BF0040:1pbehnvs]#ffffff[/color:1pbehnvs] !important;
}
Thank you for help!
Horst
i have an problem with the color in the month view. It is white on a white background. <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Twisted Evil" /><!-- s:twisted: -->
What do i have to change in the css?
I checked this two way´s it does not work:
/components/com_jevents/views/ext/month/tmpl/calendar_body.php, Line 53:
<td colspan="3" class="currentmonth" style="background-color: rgb([color=#BF0040:1pbehnvs]208, 230, 246[/color:1pbehnvs]);" align="center" height="22" nowrap="nowrap" valign="middle">
<?php echo $this->data['fieldsetText']; ?>
</td>
or
template.css
#jevents_body .currentmonth {
background: [color=#BF0040:1pbehnvs]#ffffff[/color:1pbehnvs] !important;
}
Thank you for help!
Horst