From ecccee5c41ceca168d87201432e616694a686d80 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 12 Apr 2017 17:49:35 -0400 Subject: [PATCH] Remove transparency from intro tooltips --- css/80_app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 8b11425d1..5cdeada52 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3644,6 +3644,9 @@ img.tile-removing { display: inline-block; } +.curtain-tooltip.tooltip.in { + opacity: 1; +} .curtain-tooltip.tooltip { text-align: left; }