Skip to content

Commit 130452d

Browse files
committed
Merge pull request #835 from ClemRz/bug-834
Fixes bug #834
2 parents 60cb1ae + c3dfba2 commit 130452d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/jquery.validationEngine.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,8 @@
17151715
var pos = methods._calculatePosition(field, prompt, options);
17161716
var css = {"top": pos.callerTopPosition,
17171717
"left": pos.callerleftPosition,
1718-
"marginTop": pos.marginTopSize};
1718+
"marginTop": pos.marginTopSize,
1719+
"opacity": 0.87};
17191720

17201721
if (noAnimation)
17211722
prompt.css(css);

0 commit comments

Comments
 (0)