
06-30-2012, 10:46 AM
|
|
|
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Zervesa
Add this for your color change:
in additional.css
.eventbody .eventrow {
background-color: #000000;
}
Or in the Template: calendar_rsvp_form
Code:
<style type="text/css">
.eventbody .eventrow {
background-color: #252525;
}
</style>
|
Thanks for the info.
|