Skip to content

Commit

Permalink
Increase redness of alarm cues and make progress indicator yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jan 31, 2023
1 parent 9f75de7 commit 843805f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/skins/classic/css/base/views/event.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#alarmCues span.alarmCue {
background-color:red;
z-index: 9;
opacity: 0.33;
opacity: 0.66;
border-left: none;
}

Expand Down Expand Up @@ -194,6 +194,7 @@ height: 100%;
position: absolute;
top: 0;
background: rgba(170, 170, 170, .7);
background: yellow;
/*
border-radius: 0 0 .3em .3em;
*/
Expand Down

0 comments on commit 843805f

Please sign in to comment.