git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New perf dashboard should provide UI to create a new analysis task
[WebKit-https.git]
/
Websites
/
perf.webkit.org
/
public
/
v2
/
chart-pane.css
diff --git
a/Websites/perf.webkit.org/public/v2/chart-pane.css
b/Websites/perf.webkit.org/public/v2/chart-pane.css
index d99ffc168c6fa8fa748ae88fc4f2c89b52a6a4ea..f5dc9ed2e8582c1ee26efa978bb94e3f71ea9966 100755
(executable)
--- 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;
+}