From 0f150951298588e89b77665bca96027f6bcccd98 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 7 Dec 2016 11:30:17 +1300 Subject: [PATCH] Fix up css style --- app/assets/stylesheets/graphs/graphs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/graphs/graphs.css b/app/assets/stylesheets/graphs/graphs.css index 7dd09bbcf..47397f142 100644 --- a/app/assets/stylesheets/graphs/graphs.css +++ b/app/assets/stylesheets/graphs/graphs.css @@ -1,3 +1,3 @@ -.bar rect:hover{ - fill: orange; -} \ No newline at end of file +.bar rect:hover { + fill: #ffa500; +}