From: Jan Schneider Date: Fri, 9 Apr 2010 15:42:48 +0000 (+0200) Subject: Use "bolder" arrow sign. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6d224450a4aeda01b89763242dba79072984e2c9;p=horde.git Use "bolder" arrow sign. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 6a7991ae6..3d706f3f7 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -922,7 +922,7 @@ KronolithCore = { } if (type != 'holiday' && type != 'external') { div.insert(new Element('span', { className: 'kronolithCalEdit' }) - .insert('›')); + .insert('▸')); } div.insert(new Element('div', { className: cal.show ? 'kronolithCalOn' : 'kronolithCalOff' }) .store('calendar', id)