Tach!
Ich kann nicht alle Postings nachträglich korrekturformatieren ;)
Man könnte ja den Vorschau-Button etwas prominenter erscheinen lassen.
@keyframes preview {
0% {background:white; color: black;}
50% {background:#70A2CD; color: white;}
100% {background:white; color: black;}
}
input[name=preview] {
animation: preview 5s infinite;
}
dedlfix.