Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 't/9629'
  • Loading branch information
oleq committed Nov 15, 2012
2 parents 7b24a16 + 7cac13b commit 00002fe
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 147 deletions.
Binary file removed plugins/link/images/anchor.gif
Binary file not shown.
Binary file added plugins/link/images/anchor.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugins/link/plugin.js
Expand Up @@ -9,7 +9,7 @@ CKEDITOR.plugins.add( 'link', {
icons: 'anchor,anchor-rtl,link,unlink', // %REMOVE_LINE_CORE%
onLoad: function() {
// Add the CSS styles for anchor placeholders.
var baseStyle = 'background:url(' + CKEDITOR.getUrl( this.path + 'images/anchor.gif' ) + ') no-repeat %1 center;' +
var baseStyle = 'background:url(' + CKEDITOR.getUrl( this.path + 'images/anchor.png' ) + ') no-repeat %1 center;' +
'border:1px dotted #00f;';

var template = '.%2 a.cke_anchor,' +
Expand Down
315 changes: 169 additions & 146 deletions skins/moono/dev/icons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00002fe

Please sign in to comment.