mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
colibris: improve toolbar
This commit is contained in:
parent
c79ad1e504
commit
d6aec95684
4 changed files with 35 additions and 21 deletions
|
@ -1,4 +1,6 @@
|
|||
function customStart()
|
||||
{
|
||||
$('#pad_title').show();
|
||||
$('.buttonicon').mousedown(function() { $(this).parent().addClass('pressed'); })
|
||||
$('.buttonicon').mouseup(function() { $(this).parent().removeClass('pressed'); })
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue