Browse Source

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

j8
Issac Gerges 10 years ago
parent
commit
51e886142b
2 changed files with 5 additions and 5 deletions
  1. 0
    5
      css/font.css
  2. 5
    0
      css/main.css

+ 0
- 5
css/font.css View File

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

+ 5
- 0
css/main.css View File

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

Loading…
Cancel
Save