Merge pull request #2649 from awesomerobot/master

heatmap/coldmap should stay red/blue despite theming
This commit is contained in:
Robin Ward 2014-08-13 16:40:14 -04:00
commit 5df04de1cc
1 changed files with 6 additions and 6 deletions

View File

@ -48,22 +48,22 @@ body {
}
.coldmap-high {
color: scale-color($tertiary, $lightness: 40%) !important;
color: scale-color(#0088cc, $lightness: 40%) !important;
}
.coldmap-med {
color: $tertiary !important;
color: #0088cc !important;
}
.coldmap-low {
color: scale-color($tertiary, $lightness: -10%) !important;
color: scale-color(#0088cc, $lightness: -10%) !important;
}
.heatmap-high {
color: scale-color($danger, $lightness: 30%) !important;
color: scale-color(#e45735, $lightness: 30%) !important;
}
.heatmap-med {
color: $danger !important;
color: #e45735 !important;
}
.heatmap-low {
color: darken($danger, 10%) !important;
color: darken(#e45735, 10%) !important;
}
#loading-message {
position: absolute;