From eb859ca36bc0c95b8b952dbd3c0076febde41889 Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 20 Oct 2016 10:03:25 -0600 Subject: [PATCH] When printing events, make times & all day event description bold for better visibility --- calendar/templates/default/app.css | 6 ++++++ calendar/templates/pixelegg/app.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 1e2d2f42a1..9bfe4b7ecf 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 5165bf8e7d..ead7c8a5a0 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