Add op_valet_park_active to the css.

This commit is contained in:
FusionPBX
2022-05-09 15:33:44 -06:00
committed by GitHub
parent dd1b315101
commit 28c0d704df

View File

@@ -2016,6 +2016,12 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
border-color: #41b9eb;
}
div.op_valet_park_active {
border-width: 1px 3px;
background-color: #B9A6FC;
border-color: #B9A6FC;
}
table.op_ext, table.off_ext {
width: 100%;
height: 70px;
@@ -2064,6 +2070,14 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
background-color: #e1ffe2;
}
td.op_valet_park_active {
background-color: #ECE3FF;
}
table.op_valet_park_active {
background-color: #B9A6FC;
}
table.op_state_ringing {
background-color: #a8dbf0;
}