mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
put the correct cursor on the jot links, still having some
issues with the photo upload link, since it's overlayed with an ilayer
This commit is contained in:
parent
dcaadada35
commit
e23ec64c90
3 changed files with 16 additions and 3 deletions
|
@ -160,9 +160,11 @@
|
|||
left : box.left + 'px',
|
||||
top : box.top + 'px',
|
||||
width : from.offsetWidth + 'px',
|
||||
height : from.offsetHeight + 'px'
|
||||
height : from.offsetHeight + 'px',
|
||||
cursor : 'pointer'
|
||||
});
|
||||
to.title = from.title;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue