From ac55b0fafb58c381617a9b366442e70339527c08 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 5 Jan 2017 21:01:16 +0100 Subject: [PATCH] This should fix the print thing. [skip ci] --- public/css/firefly.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/firefly.css b/public/css/firefly.css index a09432b2c7..d7958dabc0 100644 --- a/public/css/firefly.css +++ b/public/css/firefly.css @@ -95,4 +95,10 @@ body.waiting * { .loading { background: url('/images/loading-small.gif') no-repeat center center; min-height: 30px; +} + +@media print { + a[href]:after { + content: none !important; + } } \ No newline at end of file