mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
In the day view, I changed the background image to a background color.
This commit is contained in:
parent
d0b68ab609
commit
b1278421dc
@ -1421,9 +1421,9 @@ class calendar extends calendar_
|
||||
}
|
||||
$var = Array(
|
||||
'time_width' => $time_width,
|
||||
'time_bgcolor' => $phpgw_info['theme']['cal_dayview'],
|
||||
'bg_time_image' => $this->phpgwapi_template_dir.'/navbar_filler.jpg',
|
||||
'time_bgcolor' => $phpgw_info['theme']['navbar_bg'],
|
||||
'font_color' => $phpgw_info['theme']['bg_text'],
|
||||
'time_border_color' => $phpgw_info['theme']['navbar_text'],
|
||||
'font' => $phpgw_info['theme']['font']
|
||||
);
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
.time
|
||||
{
|
||||
width: {time_width}%;
|
||||
background-image: url('{bg_time_image}');
|
||||
background-repeat: repeat;
|
||||
background-color: {time_bgcolor};
|
||||
border-color: {time_border_color};
|
||||
border-width: 1;
|
||||
color: {font_color};
|
||||
font-family: {font};
|
||||
|
Loading…
Reference in New Issue
Block a user