URL's in HTMLBox sind nicht sichtbar

Hallo,

wenn ich eine HTMLBox habe mit folgendem Inhalt:

<a href="http://www.google.de/" target="_blank">Drück mich</a>

so ist im WebFront mit SkinLight nicht zu sehen

Standard-Skin funktioniert

Wenn ich jedoch den Style anpasse geht’s

<html>
    <style>
        a:link { color: blue; background-color: transparent; text-decoration: none; }
        a:visited { color: blue; background-color: transparent; text-decoration: none; }
        a:hover { color: red; background-color: transparent; text-decoration: underline; }
        a:active { color: green; background-color: transparent; text-decoration: underline; }
    </style>
    <a href="http://www.google.de/" target="_blank">Drück mich</a>
</html>

MacOS 12.6, IP-Symcon 6.2, Ubuntu (amd64), 01.09.2022, baeeb10632ef, Safari oder Chrome

Kann das jemand mal gegentesten?

Ich habe mal ein Update für den Skin hochgeladen. Magst du mal testen?

paresy

Prima, passt jetzt

Bildschirmfoto 2022-10-27 um 11.48.47
Bildschirmfoto 2022-10-27 um 11.48.27

1 „Gefällt mir“