X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Websites%2Fperf.webkit.org%2Fpublic%2Fv2%2Fchart-pane.css;h=f5dc9ed2e8582c1ee26efa978bb94e3f71ea9966;hp=d99ffc168c6fa8fa748ae88fc4f2c89b52a6a4ea;hb=95a5df56df5b7f644096c9e8549dce8049e0894f;hpb=dc605841d2f5e9df7e7599006cecda745751e540 diff --git a/Websites/perf.webkit.org/public/v2/chart-pane.css b/Websites/perf.webkit.org/public/v2/chart-pane.css index d99ffc168c6f..f5dc9ed2e858 100755 --- a/Websites/perf.webkit.org/public/v2/chart-pane.css +++ b/Websites/perf.webkit.org/public/v2/chart-pane.css @@ -315,7 +315,7 @@ } .chart .extent { - stroke: #9c6; + stroke: #f93; stroke-width: 1px; fill: #9c6; fill-opacity: .125; @@ -326,3 +326,9 @@ fill: #333; stroke: none; } + +.chart .rangeBar { + display: block; + background-color: #fc6; + position: absolute; +}