Glowing Froala Editor

Glowing Froala Editor

Joined
Oct 14, 2021
Messages
2,745
Reaction score
1,833
Credits
$3,572
thanks to dear member @work submitted a new resource:

Glowing Froala Editor - Add the following to your extra.less template for a glowing border around your Forala editor

Add the following to your extra.less template for a glowing border around your Forala editor when the focus is set while users are typing.
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...
 
Top