diff --git a/MAC/Navigator2/panels/objects/Hardware/TBBmode_small.pnl b/MAC/Navigator2/panels/objects/Hardware/TBBmode_small.pnl
index 6020c5a680ea1ddc1729f093e714a295bf7d42da..faf1a72c6bf4511d11eb86320700f775fa15c8ed 100644
--- a/MAC/Navigator2/panels/objects/Hardware/TBBmode_small.pnl
+++ b/MAC/Navigator2/panels/objects/Hardware/TBBmode_small.pnl
@@ -36,6 +36,7 @@ updateTBBrecording(string dp1, string mode,
   
   string color =  \"Lofar_broken\";
   if (strtolower(mode) == \"recording\" ) color = \"Lofar_operational\";
+  if (strtolower(mode) == \"stopped\" ) color = \"Lofar_suspicious\";
   
   setValue(\"TBBrecording\",\"toolTipText\",station+\" TBBmode: \"+mode );
   setValue(\"TBBrecording\", \"backCol\", color);