mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix readonly links styling
This commit is contained in:
parent
9ad9305844
commit
a8e83ad59f
@ -22,9 +22,11 @@ export class Et2UrlReadonly extends Et2Description
|
|||||||
return [
|
return [
|
||||||
...super.styles,
|
...super.styles,
|
||||||
css`
|
css`
|
||||||
:host {
|
|
||||||
|
a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #26537c;
|
color: #26537c !important;
|
||||||
|
text-decoration: none !important;
|
||||||
}`
|
}`
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user