Colour coding for retest statuses

This commit is contained in:
skyanth
2017-06-08 09:28:01 +02:00
parent 941d510ef7
commit ad286ffe5a

View File

@@ -72,13 +72,22 @@
</xsl:attribute-set>
<!-- colors -->
<xsl:attribute-set name="bg-orange">
<xsl:attribute name="background-color">orange</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="status-new"><!-- also used by unresolved -->
<xsl:attribute name="color">red</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="status-resolved">
<xsl:attribute name="color">green</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="status-not-retested">
<xsl:attribute name="color">orange</xsl:attribute>
</xsl:attribute-set>