diff --git a/src/ui/scroll_bar.js b/src/ui/scroll_bar.js index ce1d2da2a1f4a5ff8789869f9d54f9791573ebb4..c775e1419976fd5a7bf16e4b5739b2df3a99e765 100644 --- a/src/ui/scroll_bar.js +++ b/src/ui/scroll_bar.js @@ -107,7 +107,7 @@ morpheus.ScrollBar.prototype = { } else { context.fillStyle = 'rgb(241,241,241)'; context.fillRect(0, 0, width, height); - context.fillStyle = !this.thumbMouseOver ? 'rgb(188,188,188)' + context.fillStyle = !this.thumbMouseOver ? 'rgb(137,137,137)' : 'rgb(100,100,100)'; if (this.isVertical) { context.fillRect(0, this.thumbPos, width, this.thumbExtent);