From f250e969a82b8b07f0e9016191176a79872b825b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Vuji=C4=87?= Date: Wed, 31 Dec 2025 09:56:31 +0100 Subject: [PATCH] trying to change text color --- nodes/xilica-ping.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/nodes/xilica-ping.html b/nodes/xilica-ping.html index 79086e3..ef07df4 100644 --- a/nodes/xilica-ping.html +++ b/nodes/xilica-ping.html @@ -26,8 +26,21 @@ '.red-ui-flow-node[data-type="xilica-command"] text,' + '.red-ui-flow-node[data-type="xilica-interval"] text,' + '.red-ui-flow-node[data-type="xilica-subscribe"] text,' + - '.red-ui-flow-node[data-type="xilica-listen"] text{' + + '.red-ui-flow-node[data-type="xilica-listen"] text,' + + '.red-ui-flow-node[data-type=\"xilica-ping\"] text tspan,' + + '.red-ui-flow-node[data-type=\"xilica-command\"] text tspan,' + + '.red-ui-flow-node[data-type=\"xilica-interval\"] text tspan,' + + '.red-ui-flow-node[data-type=\"xilica-subscribe\"] text tspan,' + + '.red-ui-flow-node[data-type=\"xilica-listen\"] text tspan{' + 'fill:#ffffff !important;' + + 'stroke:#ffffff !important;' + + 'color:#ffffff !important;' + + '}' + + '.red-ui-palette-node[data-palette-type="xilica-ping"] *,' + + '.red-ui-palette-node[data-palette-type="xilica-command"] *,' + + '.red-ui-palette-node[data-palette-type="xilica-interval"] *,' + + '.red-ui-palette-node[data-palette-type="xilica-subscribe"] *,' + + '.red-ui-palette-node[data-palette-type="xilica-listen"] *{' + 'color:#ffffff !important;' + '}';