MyBB Community Forums

Full Version: .thead color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I can see that in the global.css file there is a class for .thead to set the background image - but where is the default blue color set?

Am I not looking at the right class?

Thanks!

Replies have been really helpful so far - I really appreciate it!
.thead is the class for the bar where your category names / headings go.

.thead {
background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
color: #ffffff;
}

[Image: TRAaH.png]
I see... so where are the different shades of blue in the default theme for the tables set at...

Oh crap - I didn't notice the CSS was shorthand.