From 6e4bb58dfd75c14d846476855eb2aceb652d5b3e Mon Sep 17 00:00:00 2001 From: Marlena Compton Date: Thu, 26 Feb 2015 06:26:38 -0800 Subject: [PATCH] change color when hovering over a bar --- app/assets/stylesheets/graphs/graphs.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/stylesheets/graphs/graphs.css diff --git a/app/assets/stylesheets/graphs/graphs.css b/app/assets/stylesheets/graphs/graphs.css new file mode 100644 index 000000000..7dd09bbcf --- /dev/null +++ b/app/assets/stylesheets/graphs/graphs.css @@ -0,0 +1,3 @@ +.bar rect:hover{ + fill: orange; +} \ No newline at end of file