XF 1.5 New conversation alert

click here

Active member
So, while styling I noticed that my new conversation alert that shows up above the inbox navagation link is transparent. :eek: Where can I adjust this thing?
 
It isn't strictly a conversation alert, it's a general alert as it's also used when someone quotes your post and such.

In any case, add this to EXTRA.css:

Code:
#StackAlerts .stackAlert {
    border-color: @tooltipBackground;
}

#StackAlerts .stackAlertContent {
    color: @secondaryDarker;
    background-color: @tooltipBackground;
    border-color: @tooltipBackground;
}

Style it to suit.


Edit: I misread your post.

Style Properties > Header and Navigation > Alert Balloon
 
Top Bottom