Skip to content

Commit

Permalink
Merge pull request #44 from bmhatfield/additional-state-strings
Browse files Browse the repository at this point in the history
Add .state.err and .state.warn strings
  • Loading branch information
aphyr committed Oct 26, 2013
2 parents 819d457 + 2d67a61 commit a897194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/riemann/dash/views/css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ html,table {
background: $green;
color: #000;
}
.state.warning, .bar.warning {
.state.warning, .state.warn, .bar.warning, .bar.warn {
background: $amber;
color: #000;
}
.state.critical, .state.failure, .bar.critical, .bar.failure {
.state.critical, .state.failure, .state.err, .bar.critical, .bar.failure, .bar.err {
background: $orange;
color: #000;
}
Expand Down

0 comments on commit a897194

Please sign in to comment.