From 95849d3a1b3ace6b5516f7cc6a3385d10fb9f173 Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz <twoln@umk.pl> Date: Fri, 16 Jun 2023 08:34:57 +0200 Subject: [PATCH] some polishing of the entiies display --- templates/js/entities.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/js/entities.js b/templates/js/entities.js index 22cef71..9925120 100644 --- a/templates/js/entities.js +++ b/templates/js/entities.js @@ -15,8 +15,7 @@ $(function(){ autoOpen: false, width: 800, close: function(event, ui){ - $(".entity_links").css('color','#336699'); - $(".entity_links").css('font-weight','normal'); + $(".entity_links").css('color','#336699').css('background-color', 'inherit'); $("#entity_details_content").html(""); }, }); -- GitLab