same dvr controlls in event as in monitor
This commit is contained in:
parent
221f9afa6c
commit
bd5e25644e
|
@ -88,10 +88,10 @@
|
|||
}
|
||||
|
||||
#dvrControls input {
|
||||
height: 20px;
|
||||
width: 28px;
|
||||
padding-bottom: 3px;
|
||||
padding: 10px 10px;
|
||||
width: 50px;
|
||||
margin: 0 3px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
#dvrControls input[disabled=disabled] {
|
||||
|
@ -99,15 +99,21 @@
|
|||
}
|
||||
|
||||
#dvrControls input.active {
|
||||
border: 1px solid blue;
|
||||
border: 0;
|
||||
background-color: #2ecc71;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#dvrControls input.inactive {
|
||||
border: 1px solid green;
|
||||
border: 0;
|
||||
background-color: #e67e22;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#dvrControls input.unavail {
|
||||
border: 1px solid red;
|
||||
background-color: #ccc;
|
||||
border: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#replayStatus {
|
||||
|
|
Loading…
Reference in New Issue