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
Branches
Tags
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -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