Glowing Froala Editor

XenForo Glowing Froala Editor

Styling

Supervisor
  • Thread starter
  • Moderator
  • #2
Styling updated Glowing Froala Editor with a new update entry:

Glowing Froala Editor

Update for RGB effect:
CSS:
/* GLOWING EDITOR */
@-webkit-keyframes glow {
    0%, 30%, 60%, 90% {
        border-color: #ff0000;
        -webkit-box-shadow: 0 0 4px #ff0000;
        -moz-box-shadow: 0 0 4px #ff0000;
        box-shadow: 0 0 4px #ff0000;
    }
    10%, 40%, 70%, 100% {
        border-color: #00ff00;
        -webkit-box-shadow: 0 0 4px #00ff00;
        -moz-box-shadow: 0 0 4px #00ff00;
        box-shadow: 0 0 4px #00ff00;
    }
    20%, 50%, 80% {
        border-color...

Read the rest of this update entry...
 
Back
Top Bottom