Glowing Froala Editor Xenforo 2

Glowing Froala Editor Xenforo 2

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Admin submitted a new resource:

Glowing Froala Editor Xenforo 2 - 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:
/* 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: border 1.0s linear, box-shadow 1.0s linear;
-moz-transition...

Read more about this resource...
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
6K
AdminAdmin is verified member.
Admin
C
Replies
1
Views
6K
zzasd1
zzasd1
C
Replies
0
Views
7K
creativimama
C
Admin
Replies
1
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
674
AdminAdmin is verified member.
Admin
P
Replies
0
Views
1K
P
Back
Top