Skip to content

Commit

Permalink
Fixed alarm status colours
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljohnson73 committed Jul 16, 2020
1 parent 59dbb23 commit f5163f3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 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.

7 changes: 3 additions & 4 deletions css/app.nopack.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@ cover {
text-transform: capitalize;
}

.colour-container, .trigger-container, .sensor-container {
.colour-container, .trigger-container, .sensor-container, .alarm-holder {
text-align: center;
vertical-align: top;
margin-bottom: 10px;
}

.colour-holder, .trigger-holder, .sensor-holder {
.colour-holder, .trigger-holder, .sensor-holder, .alarm-holder {
display: inline-block;
margin: 0 auto;
width: 80px;
Expand All @@ -344,7 +344,7 @@ cover {
margin-right: 5px;
}

.sensor-holder {
.sensor-holder, .alarm-holder {
width: 120px;
border: solid 1px #ccc;
border-radius: 10px;
Expand Down Expand Up @@ -372,7 +372,6 @@ cover {

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

0 comments on commit f5163f3

Please sign in to comment.