Chromium Code Reviews| Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css |
| diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css |
| index 697bd3e25665684c953d7f7526191d07b13b5b3f..80354eb1485f54951e95717537641ec383d59e6d 100644 |
| --- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css |
| +++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css |
| @@ -82,6 +82,10 @@ |
| padding: 0 1px; |
| font-size: 10px; |
| text-align: center; |
| + min-width: .75em; |
| +} |
| +.interpolatedResult { |
| + opacity: 0.2; |
| } |
| #legend { |
| position: fixed; |
| @@ -108,6 +112,7 @@ |
| } |
| .NODATA, .NOTRUN { |
| background-color: #fff; |
| + color: #bbb; |
| } |
| .SKIP { |
| background-color: lightgray; |