소스 검색

Update css.php

Re-adding this as it was accidently removed by a commit
FusionPBX 1 년 전
부모
커밋
5f41d2dbe2
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      themes/default/css.php

+ 16 - 0
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 {