Explorar el Código

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

master
Issac Gerges hace 10 años
padre
commit
51e886142b
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 0
    5
      css/font.css
  2. 5
    0
      css/main.css

+ 0
- 5
css/font.css Ver fichero

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 Ver fichero

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…
Cancelar
Guardar