From cc9795b71ec3e3d01347c2332664cfdfb9368221 Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 20 Oct 2016 09:33:50 -0600 Subject: [PATCH] Add a border to events when printing --- calendar/templates/default/app.css | 1 + calendar/templates/pixelegg/app.css | 1 + 2 files changed, 2 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index bea866b06f..1690cf024b 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -50,6 +50,7 @@ opacity:1; filter:opacity(0.85); -webkit-filter:opacity(0.85); + border: 1px solid; } } diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 9a6ef88bfb..29e68915e9 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -61,6 +61,7 @@ opacity: 1; filter: opacity(0.85); -webkit-filter: opacity(0.85); + border: 1px solid; } } /**