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.
/* GLOWING EDITOR */
@-webkit-keyframes glow {
to {
border-color: #626262;
-webkit-box-shadow: 0 0 4px #626262...