From d2110b9049962505f627fc62c14f813188404503 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Fri, 19 Mar 2021 18:36:42 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20ajuta=20cor=20de=20resultado=20de=20?= =?UTF-8?q?vota=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/painel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 55a3c4e4f..1cb2e2c83 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -445,7 +445,7 @@ var resultado_votacao_upper = $("#resultado_votacao").text().toUpperCase(); console.log(resultado_votacao_upper, data['tipo_resultado']); if (resultado_votacao_upper.search("APROV") != -1){ - $("#resultado_votacao").css("color", "green"); + $("#resultado_votacao").css("color", "#7CFC00"); $("#mat_em_votacao").text("Matéria Votada"); } else if (resultado_votacao_upper.search("REJEIT") != -1){