From 15885b106361016351c3bb69e7f772601caa1ea4 Mon Sep 17 00:00:00 2001 From: Kirill Krasnov Date: Sun, 15 May 2016 22:01:14 +0200 Subject: [PATCH] Replace fa-angle-down and fa-angle-up with fa-chevron-down and fa-chevron- --- config_defaults_inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 5ce9db8fad..d620d00c41 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -3612,10 +3612,10 @@ */ $g_status_icon_arr = array ( NONE => '', - LOW => 'fa-angle-down blue', + LOW => 'fa-chevron-down blue', NORMAL => 'fa-minus blue', - HIGH => 'fa-angle-up red', - URGENT => 'fa-angle-double-up red', + HIGH => 'fa-chevron-up red', + URGENT => 'fa-angle-double-up fa-lg red', IMMEDIATE => 'fa-exclamation-triangle red' );