From: Robert Timm Date: Tue, 9 May 2017 22:11:39 +0000 (+0200) Subject: fixes hintElem opacity for non opaque elements X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=6be041715f0934e93e985b6bc1063f1110d15f6b;p=vimb.git fixes hintElem opacity for non opaque elements Forces the hintElem to be fully opaque, even when attached to non opaque elements (e.g. {opacity:0.5}). #349 --- diff --git a/src/scripts/hints.css b/src/scripts/hints.css index c061121..f4fee78 100644 --- a/src/scripts/hints.css +++ b/src/scripts/hints.css @@ -17,7 +17,8 @@ background-color:#ff0 !important; color:#000 !important; transition-delay:all 0 !important; - transition:all 0 !important + transition:all 0 !important; + opacity:1 !important } ._hintElem._hintFocus{ background-color:#8f0 !important