Commit 8c3c70c1 authored by JC Brand's avatar JC Brand

CSS fix. Lock icon wasn't showing.

parent 1a40b7ae
......@@ -166,12 +166,9 @@
#converse-embedded-chat .icon-legal:before,
#conversejs .icon-legal:before {
content: "\f0e3"; }
#converse-embedded-chat .icon-lock-2:before,
#conversejs .icon-lock-2:before {
content: "\e027"; }
#converse-embedded-chat .icon-lock:before,
#conversejs .icon-lock:before {
content: "\e026"; }
content: "\e027"; }
#converse-embedded-chat .icon-logout:before,
#conversejs .icon-logout:before {
content: "\e601"; }
......
......@@ -10,6 +10,7 @@
- eslint 3.19.0
- Bugfix. MUC user's nickname wasn't being shown in HTML5 notification messages. [jcbrand]
- CSS fix. Icon lock wasn't showing. [jcbrand]
- #842 Persistent muc room creation not working [jcbrand]
- #849 `TypeError: _converse.i18n.locale_data is undefined` when reconnecting. [jcbrand]
......
......@@ -73,8 +73,7 @@
.icon-key-2:before { content: "\e029"; }
.icon-key:before { content: "\e028"; }
.icon-legal:before { content: "\f0e3"; }
.icon-lock-2:before { content: "\e027"; }
.icon-lock:before { content: "\e026"; }
.icon-lock:before { content: "\e027"; }
.icon-logout:before { content: "\e601"; }
.icon-minus:before { content: "\e05a"; }
.icon-music:before { content: "\266b"; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment