From 8afe637606848632e51f2520b1eaf75469790af8 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 17 Aug 2017 12:59:35 -0300 Subject: [PATCH] Adjust in the tooltip color --- bulletin/static/css/estilo.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bulletin/static/css/estilo.css b/bulletin/static/css/estilo.css index 0d5cd80..3bdcf58 100644 --- a/bulletin/static/css/estilo.css +++ b/bulletin/static/css/estilo.css @@ -25,12 +25,12 @@ body,html{ position: absolute; display: none; min-width: 20px; - height: 110px; - background: none repeat scroll 0 0 #fff; - border: 3px solid #ccc; + height: 105px; + background: none repeat scroll 0 0 #000; + border: 2px solid #ccc; border-radius:10px; padding: 10px; text-align: center; - color: #000; - opacity: 0.93 + color: #fff; + opacity: 0.8; } -- libgit2 0.21.2