{{ vendorName }}
@@ -63,6 +63,13 @@ ${lastTested.toISOString()}`
background: #3f9c68;
}
+.build-list-item.warning {
+ background: #be863b;
+}
+.build-list-item.warning:hover {
+ background: #cf973b;
+}
+
.build-list-item.failed {
background: #b22222;
}