Skip to content
Snippets Groups Projects
Commit 95849d3a authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

some polishing of the entiies display

parent 97b758b4
No related branches found
No related tags found
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
...@@ -15,8 +15,7 @@ $(function(){ ...@@ -15,8 +15,7 @@ $(function(){
autoOpen: false, autoOpen: false,
width: 800, width: 800,
close: function(event, ui){ close: function(event, ui){
$(".entity_links").css('color','#336699'); $(".entity_links").css('color','#336699').css('background-color', 'inherit');
$(".entity_links").css('font-weight','normal');
$("#entity_details_content").html(""); $("#entity_details_content").html("");
}, },
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment