Increase redness of alarm cues and make progress indicator yellow
parent
9f75de73c8
commit
843805f852
|
@ -42,7 +42,7 @@
|
|||
#alarmCues span.alarmCue {
|
||||
background-color:red;
|
||||
z-index: 9;
|
||||
opacity: 0.33;
|
||||
opacity: 0.66;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
|
@ -194,6 +194,7 @@ height: 100%;
|
|||
position: absolute;
|
||||
top: 0;
|
||||
background: rgba(170, 170, 170, .7);
|
||||
background: yellow;
|
||||
/*
|
||||
border-radius: 0 0 .3em .3em;
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue