Closed (works as designed)
Project:
jGrowl
Version:
5.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2008 at 20:40 UTC
Updated:
17 Oct 2008 at 23:20 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedline 140 of the .js (the full uncompressed version)..
var notification = $('<div class="jGrowl-notification"><div class="close">×</div><div class="header">' + o.header + '</div><div class="message">' + message + '</div></div>')sucks that this isnt completely themable right now but im sure we can make it more themable in the future.
Comment #2
asak commentedSo.. what should i change in that line in order to change the X ?
Seems that '×' is the closing thingy... but i don't know what that is :)
Comment #3
Anonymous (not verified) commentedchange the
'×'to what you want.Comment #4
Anonymous (not verified) commentedchanging status.