forked from leftypol/leftypol
post-hover.js: overlay previewed posts over quick-reply window
This commit is contained in:
parent
bcf28619a3
commit
533b17f788
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ onready(function(){
|
|||
.css('border-style', 'solid')
|
||||
.css('box-shadow', '1px 1px 1px #999')
|
||||
.css('display', 'block')
|
||||
.css('z-index', '100')
|
||||
.addClass('reply').addClass('post')
|
||||
.insertAfter($link.parent())
|
||||
$link.trigger('mousemove');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue