From 9a525f3b2e920a235e1e8170db10f718653db882 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Mon, 19 Feb 2018 19:17:53 +0100 Subject: [PATCH] Change visual console digital clock colors - #1403 --- pandora_console/include/graphs/functions_d3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/graphs/functions_d3.php b/pandora_console/include/graphs/functions_d3.php index 5e5502c1c0..dde10a1e0a 100644 --- a/pandora_console/include/graphs/functions_d3.php +++ b/pandora_console/include/graphs/functions_d3.php @@ -529,7 +529,7 @@ function print_clock_digital_1 ($time_format, $timezone, $clock_animation,$width #overlay_".$id_element." path, #overlay_".$id_element." circle { - fill: #f6f6f6; + fill: rgba(246, 246, 246, 0.15); stroke: none; }