浏览代码

Ensure hangup button selector is specific enough to apply red color and custom size

j8
Issac Gerges 10 年前
父节点
当前提交
51e886142b
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 0
    5
      css/font.css
  2. 5
    0
      css/main.css

+ 0
- 5
css/font.css 查看文件

@@ -104,11 +104,6 @@
104 104
     content: "\e617";
105 105
 }
106 106
 
107
-.icon-hangup {
108
-    color:#ff0000;
109
-    font-size: 1.4em;
110
-}
111
-
112 107
 .icon-reload:before {
113 108
     content: "\e618";
114 109
 }

+ 5
- 0
css/main.css 查看文件

@@ -95,6 +95,11 @@ html, body{
95 95
                     0 -1px 10px #00ccff;
96 96
 }
97 97
 
98
+#toolbar_button_hangup {
99
+    color: #ff0000;
100
+    font-size: 1.4em;
101
+}
102
+
98 103
 #numberOfParticipants {
99 104
     position: absolute;
100 105
     top: 0px;

正在加载...
取消
保存