From 2d5c2c5726132209c5580f21c380b9db494a4b56 Mon Sep 17 00:00:00 2001 From: Stuart Nelson Date: Fri, 9 Jan 2015 14:27:58 +0100 Subject: [PATCH] style rickshaw legend --- web/static/css/graph.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/css/graph.css b/web/static/css/graph.css index fc91ffac8..c5e2d3a4f 100644 --- a/web/static/css/graph.css +++ b/web/static/css/graph.css @@ -255,3 +255,8 @@ input[name="end_input"], input[name="range_input"] { .expression_select { max-width: 350px; } + +.graph_container .rickshaw_legend { + background-color: #222222; + border-radius: 0; +}