idle streams now have a lighter grey color

This commit is contained in:
Roman Arutyunyan 2012-11-21 14:52:05 +04:00
parent 95880e2bb6
commit b0af7648c6

View file

@ -78,7 +78,13 @@
</xsl:template>
<xsl:template match="stream">
<tr valign="top" bgcolor="#cccccc">
<tr valign="top">
<xsl:attribute name="bgcolor">
<xsl:choose>
<xsl:when test="active">#cccccc</xsl:when>
<xsl:otherwise>#dddddd</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<td>
<a href="">
<xsl:attribute name="onclick">