Browse Source

Style call button to match toolbar button colour

Pete Nicholls 11 năm trước cách đây
mục cha
commit
410b80c326
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      converse.css

+ 4 - 0
converse.css

@@ -1083,6 +1083,10 @@ ul.chat-toolbar {
     float: right;
 }
 
+.chat-toolbar .toggle-call {
+	color: rgb(79, 79, 79);
+}
+
 .chat-toolbar ul li a {
     color: rgb(79, 79, 79);
 }