XF 2.2 "save draft" style properties

Dixie McCall

Well-known member
Hello Friends,

I'm wondering how to change the style properties in this attached item, such as text color.

Thank you.
 

Attachments

  • Web capture_10-10-2021_898_cfe2cf24f0d7d45e.demo-xenforo.com.webp
    Web capture_10-10-2021_898_cfe2cf24f0d7d45e.demo-xenforo.com.webp
    1.3 KB · Views: 8
Hello,

It seems to be this .block-rowMessage.block-rowMessage--important
so
Less:
.block-rowMessage.block-rowMessage--important {
    color: red;
}
 
Back
Top Bottom