diff --git a/outside/templates/enquete/document.html b/outside/templates/enquete/document.html index 329fefb..3cfd3c6 100644 --- a/outside/templates/enquete/document.html +++ b/outside/templates/enquete/document.html @@ -551,7 +551,7 @@

{{ document.name }}

$('#tei-settings').css('display', 'block') $('#verbatim').html(html); - //initVerbatimTooltips(); + initVerbatimTooltips() //console.log("ntotal:"+ $('span:regex(class,lem_*)').length); //updateDictionnarySelect(); // sidebar height diff --git a/static/js/outside/utilScripts.js b/static/js/outside/utilScripts.js index 5af7142..2721a6e 100644 --- a/static/js/outside/utilScripts.js +++ b/static/js/outside/utilScripts.js @@ -582,10 +582,13 @@ function initVerbatimTooltips() { style: { color:'black', - name: 'blue' // Inherit the rest of the attributes from the preset dark style + name: 'blue', + 'font-weight':'bold', + 'font-family':'arial', + } - }); + }).removeAttr('title'); }); };