Glowing Froala Editor

Glowing Froala Editor

Beigetreten
Okt. 14, 2021
Nachrichten
6,788
Reaktionswert
2,082
Credits
$13,991
danke dem freundlichen Mitglied @worksubmitted einen neuen Ressourcen:Glowing Froala Editor-ADD THE FOLLOWING TO YOUR EXTRA.LSS TEMPLATE FOR A GLOWING BORDER AROUND YOUR FORALA EDITOR
.Add the following to your extra.less template für eine leuchtende Ränder um Ihren Forala Editor zu haben, wenn der Fokus beim Benutzer-typen gesetzt ist.
CSS:
/* GLOWING EDITOR */
@-webkit-keyframes glow {
    to {
        border-color: #626262;
        -webkit-box-shadow: 0 0 4px #626262;
        -moz-box-shadow: 0 0 4px #626262;
        box-shadow: 0 0 4px #626262;
    }
}
.fr-box.fr-basic {
    &.is-focused {
        -webkit-animation: glow 1.0s infinite alternate;
        -webkit-transition...
Read more about this resource...
 
Zurück
Oben