Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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"
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