From 6049a2739dbcbd856851d4e68095768c97a97dc2 Mon Sep 17 00:00:00 2001 From: Nitish Bahl Date: Mon, 20 May 2019 22:34:38 -0300 Subject: [PATCH] minor design changes in jqplot-tooptip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nitish Bahl Signed-off-by: MaurĂ­cio Meneghini Fauth --- themes/pmahomme/scss/_jqplot.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/pmahomme/scss/_jqplot.scss b/themes/pmahomme/scss/_jqplot.scss index 9d69847969..cda841aaab 100644 --- a/themes/pmahomme/scss/_jqplot.scss +++ b/themes/pmahomme/scss/_jqplot.scss @@ -223,9 +223,9 @@ table.jqplot-cursor-tooltip { .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { border: 1px solid #ccc; - font-size: 0.75em; + font-size: 1em; white-space: nowrap; - background: rgba(208, 208, 208, 0.5); + background: rgba(208, 208, 208, 0.8); padding: 1px; }