From 8c15185774cf154eea578f69330c01a6b2ffe64f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 3 Sep 2024 17:41:10 -0600 Subject: [PATCH] Update css.php Re-adding this as it was accidently removed by a commit --- themes/default/css.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index 498a713c10..8577278041 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -3236,6 +3236,22 @@ else { //default: white white-space: nowrap; } + .list-status-active { + width: 10px; + height: 10px; + background-color: green; + border-radius: 50%; + display: inline-block; + } + + .list-status-inactive { + width: 10px; + height: 10px; + background-color: #ccc; + border-radius: 50%; + display: inline-block; + } + /* EDIT ********************************************************************************/ td.edit_delete_checkbox_all {