Skip to content

Commit c3dfba2

Browse files
committed
Fixes bug posabsolute#834
1 parent 60cb1ae commit c3dfba2

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)