loleaflet/dist/toolbar/toolbar.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit ec88a530728c5f6f16fd0e6e3e1d66759b3bc575 Author: Pranav Kant <pran...@collabora.co.uk> Date: Fri Sep 30 15:49:24 2016 +0530 loleaflet: loleaflet-font for userlist items too Change-Id: If2c96d9d70a84bac1e75816f07bb7da8ff2642f5 diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js index b7a02a4..fcde011 100644 --- a/loleaflet/dist/toolbar/toolbar.js +++ b/loleaflet/dist/toolbar/toolbar.js @@ -476,6 +476,9 @@ $(function () { return; } onClick(e.target, e.item, e.subItem); + }, + onRefresh: function(e) { + $('#tb_toolbar-down_item_userlist .w2ui-tb-caption').addClass('loleaflet-font'); } }); }); @@ -1311,7 +1314,7 @@ map.on('statusindicator', function (e) { function getUserItem(viewId, userName, color) { var html = '<tr class="useritem" id="user-' + viewId + '">' + '<td class=usercolor style="background-color: ' + color +';"></td>' + - '<td class="username">' + userName + '</td>' + + '<td class="username loleaflet-font">' + userName + '</td>' + '</tr>'; return html; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits