1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-24 14:22:45 +01:00

Fix readonly links styling

This commit is contained in:
hadi 2023-05-04 12:41:30 +02:00
parent 9ad9305844
commit a8e83ad59f

View File

@ -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;
}`
];
}