diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 1690cf024b..677bddb77b 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -52,6 +52,12 @@ -webkit-filter:opacity(0.85); border: 1px solid; } + /* Make times & all day description bold for better visibility */ + div.calendar_calDayColAllDay div.calendar_calEventBodySmall, + div.calendar_calEventHeader, div.calendar_calEventHeaderSmall + { + font-weight: bold; + } } /** diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 29e68915e9..f73f6fd385 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -63,6 +63,12 @@ -webkit-filter: opacity(0.85); border: 1px solid; } + /* Make times & all day description bold for better visibility */ + div.calendar_calDayColAllDay div.calendar_calEventBodySmall, + div.calendar_calEventHeader, + div.calendar_calEventHeaderSmall { + font-weight: bold; + } } /** * Sidebox