Change colour of tabs?

Admin CP -> Appearance -> Templates -> EXTRA.css

Code:
.navTabs .navTab.forums .navLink
{
	color: red;
}

Use the tabid of the tab ("forums" in this example).
 
That changes the text colour not the colour of the block itself though which is what I am after.

Edit >

Background-color css works how i need it.

Thanks for getting me there :)
 
Back
Top Bottom