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

This commit is contained in:
JC Brand 2013-09-10 22:42:05 +02:00
parent 1574acb37b
commit 1d44c60ba7
2 changed files with 2 additions and 3 deletions

View File

@ -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 {

View File

@ -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>