From e7df74cad81f8abd0a4276f73ab98853255fa007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Sajdl?= Date: Wed, 3 Jan 2018 12:19:38 +0100 Subject: [PATCH] Some more print tweaks --- css/print.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/print.css b/css/print.css index 221d4ed..d688d07 100644 --- a/css/print.css +++ b/css/print.css @@ -63,19 +63,23 @@ body { #status-container .status.success{ - color:#2fcc66; + color:#2fcc66!important; + font-weight: bolder; } #status-container .status.warning{ - color:#edaa16; + color:#edaa16!important; + font-weight: bolder; } #status-container .status.danger{ - color:#e74c3c; + color:#e74c3c!important; + font-weight: bolder; } #status-container .status.primary{ - color:#3A72BD; + color:#3A72BD!important; + font-weight: bolder; } .panel-success{