diff --git a/src/core/js/ext_cosmetics.js b/src/core/js/ext_cosmetics.js
index 7cc6e714378dece69a12ecccf56f237f1ee69dcb..26231e1a61df6e11ce914da6eb06a058daca2485 100644
--- a/src/core/js/ext_cosmetics.js
+++ b/src/core/js/ext_cosmetics.js
@@ -36,7 +36,7 @@ var cosmetics = new function () {
 
                 $(this).parent().css("overflow", "hidden");
                 $(this).parent().css("text-overflow", "ellipsis");
-                $(this).html('<a href="' + uri + '"><i class="bi-window"></i> ' + text + '</a>');
+                $(this).html(`<a class="caosdb-v-property-href-value" href="${uri}">${text} <i class="bi bi-box-arrow-up-right"></i></a>`);
             }
         });
     }
@@ -66,4 +66,4 @@ var cosmetics = new function () {
 
 $(document).ready(function () {
     caosdb_modules.register(cosmetics);
-});
+});
\ No newline at end of file