Closed (won't fix)
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 12:02 UTC
Updated:
9 Nov 2012 at 13:52 UTC
Would be great to add an option to have icons instead of links to flag on node.
Comments
Comment #1
btmash commentedUnfortunately, 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"
Comment #2
Ralla commentedI 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 }
Comment #3
SunRhythms commentedwould the javascript links be the same