blob: e7abb683590b8be6f47173005bf6a7af7cc81de3 [file] [log] [blame]
/**
* Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
* for details. All rights reserved. Use of this source code is governed by a
* BSD-style license that can be found in the LICENSE file.
*/
.failure { background-color:lightCoral; }
.success { background-color:lightGreen; }
.flaky { background-color:gold; }
.skipped { background-color:gold; }
.indent { margin-left: 16px; }
span.nowrap { white-space: nowrap; }
.pointer { cursor: pointer; }
.result-checkbox { height: 9px }