Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
increase fill-opacity on rickshaw
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Jul 23, 2014
1 parent 356331d commit b21ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/rickshaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@ Rickshaw.Graph.RangeSlider.Preview = Rickshaw.Class.create({
.append("rect")
.style("cursor", "move")
.style("fill", "white")
.style("fill-opacity", "0.3")
.style("fill-opacity", "0.6")
.classed("middle_handle", true);

middleHandle
Expand Down

0 comments on commit b21ea68

Please sign in to comment.