use border-right-color for firefox
This commit is contained in:
parent
f3d784de51
commit
ae848ef666
@ -21,7 +21,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
var post = $('div.post#reply_' + id);
|
var post = $('div.post#reply_' + id);
|
||||||
$(this).hover(function() {
|
$(this).hover(function() {
|
||||||
post.attr('style', 'border-style: none dashed dashed none; background: ' + post.css('border-color'));
|
post.attr('style', 'border-style: none dashed dashed none; background: ' + post.css('border-right-color'));
|
||||||
}, function() {
|
}, function() {
|
||||||
post.attr('style', '');
|
post.attr('style', '');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user