Posted by Gus24 on March 18, 2009 at 12:02pm
Jump to:
| Project: | abuse |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Would be great to add an option to have icons instead of links to flag on node.
Comments
#1
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"
#2
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 }