XF 2.2 Popup Menu New Item/Alert Background?

Wing

Well-known member
Been spending way too long trying to figure out the CSS for this one. We desire that whenever a new ALERT/NEW item is presented to the user, the background-color of that item in the popup menu changes to a different color as opposed to the grey of all other items within the popup. Can someone direct me to the proper CSS target for this? Thanks!

1685541402530.png
(As you can see here, all items show grey background regardless if new alert or not).
 
Solution
This already happens in the default style, so it's something you have customised which is affecting it.

The class is .alert.is-unread .
This already happens in the default style, so it's something you have customised which is affecting it.

The class is .alert.is-unread .
 
Solution
Sorry, can you tell me how you did this? My members are complaining that the unread and read notification background colors are nearly identical. I'd like to change one without changing the color of the entire theme
 
Top Bottom