Skip to content

Commit

Permalink
Added alarm status indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljohnson73 committed Jul 16, 2020
1 parent fa9de2f commit 59dbb23
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/app.nocr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions css/app.nopack.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,23 @@ cover {
color: #333;
}

.alarm-holder.alarm-never {
background-color: #cfc;
color: #999;
}

.alarm-holder.alarm-yes {
background-color: #fc9;
color: #666;
}

.alarm-holder.alarm-now {
border-color: #000;
background-color: #c00;
color: #ccc;
background-color: #c00;
}

.sensor-holder.light-moon .name {
color: #fff;
}
Expand Down
Loading

0 comments on commit 59dbb23

Please sign in to comment.