RSS Feed/News Glowing Froala Editor

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,939
Points
823

Reputation:

frm submitted a new resource:

Glowing Froala Editor - Glowing editor when set focus

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:

Code:
/* 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 {...
Click to expand...

Read more

Continue reading...
 
Status
Not open for further replies.
Top