summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Timm <mail@rtti.de>2017-05-10 00:11:39 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-05-10 01:04:50 +0200
commit6be041715f0934e93e985b6bc1063f1110d15f6b (patch)
tree66693d3c7709c9506566203db7357d76378c5bde
parentdcc2c39757b707dbf9978f13a0b17dcb32be4ce9 (diff)
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
-rw-r--r--src/scripts/hints.css3
1 files changed, 2 insertions, 1 deletions
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