Hye there ! Does someone has ANy idea that how can we Add Sparkle / Glow / Breathing in the "NEW" post indicator in message.css ============================= =============== Any help will be appreciated
If you wanna custom the CSS, it's template : message.css The class to edit is : .message .newIndicator then add this :Code:background:url('path/picture.gif');Pay attention, you need to edit path/picture.gif , remplace it by a sparkling animated gif
.message .newIndicator { @property "messageNewIndicator"; font-weight: bold; font-size: 14px; color: @primaryLighterStill; background-color: @uix_tertiaryColor; background-repeat: repeat-x; background-position: top; padding: 3px 6px; margin: 10px -21px 5px 5px; border-radius: @uix_globalBorderRadius; border-top-right-radius: 0; display: block; float: right; position: relative; margin-right: -21px !important; @property "/messageNewIndicator"; margin-right: -{xen:calc '@content.padding-right + 5'}px; } ========================================== where to Add or i can add it anywhere in this code ??