From f3cf0e8391ff2b0967700c087d6b2c9e1cc48ec9 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.1.4>
Date: 星期一, 24 十二月 2018 09:41:59 +0800
Subject: [PATCH] 修改内容

---
 gx_tieta/WebRoot/css/web-status-outline.css |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/css/web-status-outline.css b/gx_tieta/WebRoot/css/web-status-outline.css
index 776a281..2f43017 100644
--- a/gx_tieta/WebRoot/css/web-status-outline.css
+++ b/gx_tieta/WebRoot/css/web-status-outline.css
@@ -11,6 +11,23 @@
 	vertical-align: middle;
 	padding: 3px 5px;
 }
+.web-status .cell-list.voice {
+	font-size: 18px;
+	color: #1995DA;
+}
+.web-status .cell-list.voice .fa-bell-slash {
+	display: none;
+}
+
+.web-status .cell-list.voice.close-voice .fa-bell-slash {
+	display: inline-block;
+}
+.web-status .cell-list.voice.close-voice .fa-bell {
+	display: none;
+}
+.web-status .cell-list.voice.close-voice {
+	color: #C8C8C8;
+}
 .web-status .progressbar {
 	width: 60px;
 }

--
Gitblit v1.9.1