mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
Fix readonly links styling
This commit is contained in:
parent
e6f78d9d75
commit
c79e5c7e8b
@ -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…
x
Reference in New Issue
Block a user