From 1b8d89bf5664bd9feab1497b8a49e2bd3fc2fe4f Mon Sep 17 00:00:00 2001 From: dg9vh Date: Tue, 10 May 2016 15:15:26 +0200 Subject: [PATCH] changed label color of inactive mode --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index b98c9cc..8b65f33 100644 --- a/include/functions.php +++ b/include/functions.php @@ -46,7 +46,7 @@ function showMode($mode, $mmdvmconfigs) { if (getEnabled($mode, $mmdvmconfigs) == 1) { echo "label-success"; } else { - echo "label-danger"; + echo "label-default"; } ?>">