XF 1.5 Change Thread status color

I don't know what it is that you want change, exactly, but use this for the background and border colors:

Code:
.thread_view .threadAlerts

Use this for the "Thread Status" text color:

Code:
.thread_view .threadAlerts dt

And use this for the "Not open for further replies" text color:

Code:
.thread_view .threadAlerts dd
 
Top Bottom