[Frontend] CSS hooks for staleness

WTD-1172
New .scss file for staleness
Added CSS hooks in templates for staleness
This commit is contained in:
Charles Hacskaylo
2015-05-06 17:36:55 -07:00
parent a244502f16
commit db74e2f84a
6 changed files with 22 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<span
class='plot-legend-item'
ng-repeat="telemetryObject in subplot.getTelemetryObjects()"
ng-class="{ 's-limit-lwr': $index < 1, 's-limit-yellow' : 1 }"
ng-class="{ 's-limit-upr s-limit-red': $index < 1, 's-stale': $index%2==0 }"
>
<span class='plot-color-swatch'
ng-style="{ 'background-color': plot.getColor($index) }">