fixes hintElem opacity for non opaque elements
authorRobert Timm <mail@rtti.de>
Tue, 9 May 2017 22:11:39 +0000 (00:11 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 9 May 2017 23:04:50 +0000 (01:04 +0200)
Forces the hintElem to be fully opaque, even when attached to non opaque
elements (e.g. {opacity:0.5}). #349

src/scripts/hints.css

index c061121..f4fee78 100644 (file)
@@ -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