projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc2c39
)
fixes hintElem opacity for non opaque elements
author
Robert Timm
<mail@rtti.de>
Tue, 9 May 2017 22:11:39 +0000
(
00:11
+0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/scripts/hints.css
b/src/scripts/hints.css
index
c061121
..
f4fee78
100644
(file)
--- 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