Hi.
Can i change the color of a box in mini event calender module for individual event.
In event backend there is CSS textbox.
i've edited code in /modules/mod_artcalendar/css/master.css
| Code: |
.artcalendar_module td, .artcalendar_module_th {
background: url('/../img/cells.png');
width: 20px;
height: 11px;
text-align: center;
vertical-align: middle;
color: #444;
/*position: relative;*/
}
.artcalendar_module-rdeca td, .artcalendar_module_th {
background: url('/../img/cellsrdeca.png');
width: 20px;
height: 11px;
text-align: center;
vertical-align: middle;
color: #444;
/*position: relative;*/
}
|
and i also change the cells,png and added cellsrdeca.png
nothing changed
