Commit 1d44c60b authored by JC Brand's avatar JC Brand

Don't change color when hovering over .toggle-otr

parent 1574acb3
...@@ -846,7 +846,6 @@ ul.chat-toolbar li { ...@@ -846,7 +846,6 @@ ul.chat-toolbar li {
ul.chat-toolbar li:hover { ul.chat-toolbar li:hover {
cursor: pointer; cursor: pointer;
color: rgb(39, 39, 39);
} }
form#set-custom-xmpp-status { form#set-custom-xmpp-status {
......
...@@ -231,8 +231,8 @@ ...@@ -231,8 +231,8 @@
<li class="icon-camera-2" title="Enable video chat"></li> <li class="icon-camera-2" title="Enable video chat"></li>
<li class="icon-newspaper" title="Fetch and show this user's vCard"></li> <li class="icon-newspaper" title="Fetch and show this user's vCard"></li>
--> -->
<li class="toggle-otr not-private" title="Turn on 'off-the-record' chat encryption"> <li class="toggle-otr unencrypted" title="Turn on 'off-the-record' chat encryption">
<span class="chat-toolbar-text">Not private</span> <span class="chat-toolbar-text">unencrypted</span>
<span class="icon-unlocked"></span> <span class="icon-unlocked"></span>
<ul> <ul>
<li><a href="#">Start private conversation</a></li> <li><a href="#">Start private conversation</a></li>
......
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