You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
380 B

#benchmarks li.is-running {
color: green
}
#benchmarks li.is-errored .results,
#benchmarks li.is-running .results,
#benchmarks li.is-pending .results {
display: none
}
#benchmarks li.is-complete .results {
display: block;
}
#benchmarks li.is-pending .idle {
display: block;
}
#benchmarks li.is-complete .running,
#benchmarks li.is-pending .running {
display: none
}