change Resolved color for retests to green

This commit is contained in:
skyanth
2020-04-18 08:18:19 +02:00
parent fb74a83fc6
commit 5379076315
+1 -1
View File
@@ -51,7 +51,7 @@
<xsl:variable name="color_new">#CC4900</xsl:variable>
<xsl:variable name="color_unresolved">#FF5C00</xsl:variable>
<xsl:variable name="color_notretested">#FE9920</xsl:variable>
<xsl:variable name="color_resolved">#e5d572</xsl:variable>
<xsl:variable name="color_resolved">#15B01A</xsl:variable>
<!-- generic pie chart colors -->
<xsl:variable name="generic_piecolor_1">#D9D375</xsl:variable>