Support uxsuccess.
[build-farm.git] / web / build_farm.css
index 860d4384e7f0b60b10cf3c27f1155a9538d14c6c..136bea3bf806272a7db3f46c3532cebff7cc1a85 100644 (file)
@@ -11,6 +11,7 @@
 #log .status.error {   color: rgb(153, 0,   0);   }
 #log .status.warning { color: rgb(153, 75,  0);   }
 #log .status.xfailed { color: rgb(153, 75,  0);   }
+#log .status.uxpassed {        color: rgb(153, 0,   0);   }
 #log .status.mistake { color: rgb(0,   0,   153); }
 #log .output {
        color: rgb(0, 0, 0);
@@ -26,6 +27,7 @@
 #log div.unit.skipped {        background-color: rgb(180, 180, 255); }
 #log div.unit.warning {        background-color: rgb(255, 180, 125); }
 #log div.unit.xfailed {        background-color: rgb(255, 180, 125); }
+#log div.unit.uxpassed {       background-color: rgb(255, 180, 180); }
 #log div.unit.error {  background-color: rgb(255, 180, 180); }
 #log div.unit.mistake {        background-color: rgb(180, 180, 255); }
 
@@ -36,6 +38,7 @@
 #log .unit.mistake .output {   display: none;}
 #log .unit.warning .output {   display: none;}
 #log .unit.xfailed .output {   display: none;}
+#log .unit.uxpassed .output {  display: none;}
 #log .unit.errorlog .output {  display: none;}
 #log div.status.errorlog {     display: none;}
 img + div.action.title {margin-left: 0.5em;}