Use "bolder" arrow sign.
authorJan Schneider <jan@horde.org>
Fri, 9 Apr 2010 15:42:48 +0000 (17:42 +0200)
committerJan Schneider <jan@horde.org>
Fri, 9 Apr 2010 16:05:04 +0000 (18:05 +0200)
kronolith/js/kronolith.js

index 6a7991a..3d706f3 100644 (file)
@@ -922,7 +922,7 @@ KronolithCore = {
         }
         if (type != 'holiday' && type != 'external') {
             div.insert(new Element('span', { className: 'kronolithCalEdit' })
-                   .insert('&rsaquo;'));
+                   .insert('&#9656;'));
         }
         div.insert(new Element('div', { className: cal.show ? 'kronolithCalOn' : 'kronolithCalOff' })
                .store('calendar', id)