Where to manage conversation and alerts style ?

Moi EtOuir

New member
Hi,

I got a problem with my style : the blink effect when there is a new alert is glitched : (the green color should be bigger)
20679746108571_problem.png


I can't find what .css to modify to fix it
 
You appear to have some problems with an edited template, changing the CSS won't necessarily resolve that.

Check your edited templates and revert as necessary until you identify the problem.
 
I modified the .css in the template editor yes

But I got a way to solve the problem : my first idea was good, the gradient that I made didn't have a transparent background
I copy/pasted .secondaryContent like this (in extra.css):

Code:
#conversationsMenu .secondaryContent
{
    background: #20343;
}

It just remove the gradient, so it doesn't bug anymore
Did the same for #AlertsMenu
 
Back
Top Bottom