Don't change color when hovering over .toggle-otr
This commit is contained in:
parent
1574acb37b
commit
1d44c60ba7
@ -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 @@
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user