diff options
Diffstat (limited to 'test/py/multiplexed_log.css')
-rw-r--r-- | test/py/multiplexed_log.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/py/multiplexed_log.css b/test/py/multiplexed_log.css index 50f7b90929..f6240d52da 100644 --- a/test/py/multiplexed_log.css +++ b/test/py/multiplexed_log.css @@ -83,6 +83,14 @@ pre { color: #ffff00 } +.status-xfail { + color: #ff7f00 +} + +.status-xpass { + color: #ff7f00 +} + .status-fail { color: #ff0000 } |