Would be great to add an option to have icons instead of links to flag on node.

Comments

btmash’s picture

Status: Active » Closed (won't fix)

Unfortunately, I'm not a designer so if someone is willing to create icons and I can figure out a workflow with it, then I have to mark this at "won't fix"

Ralla’s picture

I did this with some lines of CSS:

/* Bookmark flags */
.flag-wrapper.flag-bookmarks span.flag-throbber { display:none; }
.flag-wrapper.flag-bookmarks a.flag-processed { overflow:hidden; text-indent:-9999px; display:block; }
.flag-wrapper.flag-bookmarks a.flag-action { background: url(img/yourimage.gif) no-repeat }
.flag-wrapper.flag-bookmarks a.unflag-action { background: url(img/yourimage.gif) no-repeat }

SunRhythms’s picture

would the javascript links be the same