Browse Source

Style call button to match toolbar button colour

Pete Nicholls 11 years ago
parent
commit
410b80c326
1 changed files with 4 additions and 0 deletions
  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);
 }