From a88139e8a5a59d524169e67fc202e6cb1de65d68 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 8f2a75429b..1e2d2f42a1 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 a189ff9699..5165bf8e7d 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; } } /**