Use warning icon for insecure connections

This commit is contained in:
Jérémie Astori 2018-03-11 15:15:14 -04:00
parent c28fda6b28
commit da5a876f93
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -283,7 +283,7 @@ kbd {
#chat .lobby .title::before { content: "\f233"; /* https://fontawesome.com/icons/server?style=solid */ }
#sidebar .not-secure-icon::before {
content: "\f09c"; /* https://fontawesome.com/v4.7.0/icon/unlock/ */
content: "\f071"; /* https://fontawesome.com/icons/exclamation-triangle?style=solid */
}
#sidebar .not-connected-icon::before {