- Compatible XF 2.x versions
- 2.2
- 2.3
- Visible branding
- No
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...
You do not have permission to view the full content of this resource.
Log in or register now.