removed colour from the pulse effect. cheesy at best.

v1.18.x
Julian Lam 12 years ago
parent 9fb8701f4f
commit 3b04e277cd

@ -468,7 +468,7 @@ body .navbar .nodebb-inline-block {
@-webkit-keyframes pulsate { @-webkit-keyframes pulsate {
0% { background: none; } 0% { background: none; }
50% { background: rgb(170, 220, 170); } 50% { background: #e5e5e5; }
100% { background: none; } 100% { background: none; }
} }
} }

Loading…
Cancel
Save