From 28c0d704df9c4453d8e4d3cd9bb4c6a21186f335 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 9 May 2022 15:33:44 -0600 Subject: [PATCH] Add op_valet_park_active to the css. --- themes/default/css.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index 89337cbe6c..fc05a411c6 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -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; }