XF 2.2 Alert Background Color

Where is the control for the Background Color for read vs unread?

View attachment 274038
If I remember correctly (I didn't note this in my EXTRA.less but I think this will control the unread ones.

Code:
.js-alertsMenuBody .alert.is-unread, .alert-list .alert.is-unread {
    background-color: #473838;
}
. I would have to go back in and play with it to see what the read ones are... or is it simply the unread you want to highlight?

As an aside, this probably would have gotten a quicker response in the styling area for support.
 
Top Bottom