Browse Source

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

JC Brand 11 năm trước cách đây
mục cha
commit
1d44c60ba7
2 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 0 1
      converse.css
  2. 2 2
      mockup.html

+ 0 - 1
converse.css

@@ -846,7 +846,6 @@ ul.chat-toolbar li {
 
 ul.chat-toolbar li:hover {
     cursor: pointer; 
-    color: rgb(39, 39, 39);
 }
 
 form#set-custom-xmpp-status {

+ 2 - 2
mockup.html

@@ -231,8 +231,8 @@
                 <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="toggle-otr not-private" title="Turn on 'off-the-record' chat encryption">
-                    <span class="chat-toolbar-text">Not private</span>
+                <li class="toggle-otr unencrypted" title="Turn on 'off-the-record' chat encryption">
+                    <span class="chat-toolbar-text">unencrypted</span>
                     <span class="icon-unlocked"></span>
                     <ul>
                         <li><a href="#">Start private conversation</a></li>