Where are threadalerts in the style properties

flynnibus

Member
I'm trying to customize the colors of the thread alerts

The actual css is in thread_view.css - but I don't want to edit the template itself if I can avoid it.. but I do not see any @property tags in this css.. so I assume that means it can't be set directly from the style properties page. But if it's inheriented, maybe I can from a parent. Can I easily find the stack of properties that apply to an element?
 
Not everything is in Style Properties.

For anything which isn't, you can use the EXTRA.css template.

The easiest way to inspect the code is to use one of the browser inspection tools which are built in, or Firebug.
 
Top Bottom