From 168f08611c63ee036313367a2d5bdf1d3b0419df Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 29 Jan 2013 15:44:09 -0800 Subject: [PATCH] color dem bars --- src/packages/editor-stats/stylesheets/editor-stats.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packages/editor-stats/stylesheets/editor-stats.css b/src/packages/editor-stats/stylesheets/editor-stats.css index 9e01e5b7a..d298ab9d9 100644 --- a/src/packages/editor-stats/stylesheets/editor-stats.css +++ b/src/packages/editor-stats/stylesheets/editor-stats.css @@ -6,4 +6,9 @@ left: 0; z-index: 99; background: #1d1f21; + border-top: 1px solid rgba(255, 255, 255, 0.1); +} + +.editor-stats rect.bar { + fill: rgba(255, 255, 255, 0.1); } \ No newline at end of file