summaryrefslogtreecommitdiff
path: root/horizon/static/horizon/js/horizon.capacity.js
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/static/horizon/js/horizon.capacity.js')
-rw-r--r--horizon/static/horizon/js/horizon.capacity.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/horizon/static/horizon/js/horizon.capacity.js b/horizon/static/horizon/js/horizon.capacity.js
index f1e5eb4f..c9cb4c0c 100644
--- a/horizon/static/horizon/js/horizon.capacity.js
+++ b/horizon/static/horizon/js/horizon.capacity.js
@@ -68,7 +68,7 @@ horizon.Capacity = {
.attr("rx", lvl_curve)
.attr("ry", lvl_curve)
.style("fill", bkgrnd)
- .style("stroke", "#000000")
+ .style("stroke", "#bebebe")
.style("stroke-width", 1);
// used resources
@@ -82,7 +82,7 @@ horizon.Capacity = {
.attr("rx", lvl_curve)
.attr("ry", lvl_curve)
.style("fill", usage_color(used_perc))
- .style("stroke", "#000000")
+ .style("stroke", "#a0a0a0")
.style("stroke-width", 1)
.attr("d", used_perc)
.transition()