From 172ac187a2c46e9b773f4de90eeee5b82783ac3b Mon Sep 17 00:00:00 2001
From: fbsanchez <fborja.sanchez@artica.es>
Date: Thu, 25 Oct 2018 15:58:06 +0200
Subject: [PATCH] estilos popup

---
 pandora_console/include/styles/pandora.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 1ee9b0526b..3f6f6c6af0 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -3600,6 +3600,7 @@ div.simple_value > a > span.text p
 	background:white;
 	opacity: 0;
 	transition: opacity 0.5s;
+	-webkit-transition: opacity 0.5s;
 }
 .modalheader{
 	text-align:center;
@@ -3810,6 +3811,7 @@ color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px;
 #opacidad{
 	opacity:0;
 	transition: opacity 3s;
+	-webkit-transition: opacity 3s;
 	z-index:1;
 	width:100%;
 	height:100%;