﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
12351	Genre colors broken .0.27	cato@…	Karl Egly	"**symptom:** 
Skinned genre colors no longer working as expected in MythWeb's Program Listing. Specifically, movies are muddy brown - the color that signifies 'unknown'.

**cause:** 
The CSS class name has changed from eg 'cat_movie' to 'type_movie'

**fix:**
The skins have
{{{
.cat_movie { background-color: #809090 !important; }
.cat_series { }
.cat_tvshow { }
}}}
in programming.css.

As the HTML code shows:
{{{
<td class=""small type_movie cat_Unknown"" colspan=""17"" style=""width: 45%"" valign=""top""><a id = ""program-10220-1421843700""
}}}

The skins need to be changed such that
{{{
.type_movie { background-color: #809090 !important; }
.type_series { }
.type_tvshow { }
}}}
in programming.css

There may be further CSS tweaks required - I just needed this one. :-)"	Bug Report - General	closed	minor	0.27.5	Plugin - MythWeb	Unspecified	medium	fixed	genre colors		0
