Skip to content

Commit

Permalink
Add distinctive icon for internal link in TinyMCE. Fixes #189
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Oct 22, 2011
1 parent 9a1456e commit 045c12f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Expand Up @@ -34,7 +34,7 @@
ed.addButton('zlink', {
title: 'Add internal link',
cmd: 'Z_Link',
'class': 'mce_link'
'class': 'mce_zlink'
});
},

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -212,3 +212,4 @@
.defaultSkin span.mce_pagebreak {background-position:0 -40px}
.defaultSkin span.mce_restoredraft {background-position:-20px -40px}
.defaultSkin span.mce_spellchecker {background-position:-540px -20px}
.defaultSkin span.mce_zlink {background-position:-40px -40px}

0 comments on commit 045c12f

Please sign in to comment.