diff --git a/api/js/etemplate/Et2Url/Et2UrlReadonly.ts b/api/js/etemplate/Et2Url/Et2UrlReadonly.ts index aac995309b..4f9c1a8a2a 100644 --- a/api/js/etemplate/Et2Url/Et2UrlReadonly.ts +++ b/api/js/etemplate/Et2Url/Et2UrlReadonly.ts @@ -22,9 +22,11 @@ export class Et2UrlReadonly extends Et2Description return [ ...super.styles, css` - :host { + + a { cursor: pointer; - color: #26537c; + color: #26537c !important; + text-decoration: none !important; }` ]; }