Procházet zdrojové kódy

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

master
Issac Gerges před 10 roky
rodič
revize
51e886142b
2 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 0
    5
      css/font.css
  2. 5
    0
      css/main.css

+ 0
- 5
css/font.css Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit