From 56e7ca10fe981204f1a4f8f62c808f349e7a229b Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Thu, 14 Aug 2014 09:33:41 -0400 Subject: [PATCH] swapping around heatmap low/high --- app/assets/stylesheets/common/base/discourse.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index ba80703aea3..997a5642922 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -48,23 +48,24 @@ body { } .coldmap-high { - color: scale-color(#0088cc, $lightness: 40%) !important; + color: scale-color(#0088cc, $lightness: -10%) !important; } .coldmap-med { color: #0088cc !important; } .coldmap-low { - color: scale-color(#0088cc, $lightness: -10%) !important; + color: scale-color(#0088cc, $lightness: 40%) !important; } .heatmap-high { - color: scale-color(#e45735, $lightness: 30%) !important; + color: darken(#e45735, 10%) !important; } .heatmap-med { color: #e45735 !important; } .heatmap-low { - color: darken(#e45735, 10%) !important; + color: scale-color(#e45735, $lightness: 30%) !important; } + #loading-message { position: absolute; font-size: 30px;