Bug 1100764 - Contacts move up and down when hovering over them. r=mikedeboer

This commit is contained in:
Jared Wein 2014-11-20 11:15:19 -05:00
parent e09bfd95bf
commit 7674b35fb3

View File

@ -42,7 +42,7 @@
.contact-separator {
height: 24px;
background: #eee;
background-color: #eee;
color: #888;
}
@ -55,7 +55,7 @@
}
.contact:hover {
background: #eee;
background-color: #eee;
}
.contact:hover > .icons {
@ -80,7 +80,7 @@
.contact > .avatar {
width: 40px;
height: 40px;
background: #ccc;
background-color: #ccc;
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
@ -145,9 +145,9 @@
cursor: pointer;
display: none;
margin-left: auto;
padding: 12px 10px;
padding: 10px;
border-radius: 2px;
background: #5bc0a4;
background-color: #5bc0a4;
color: #fff;
-moz-user-select: none;
}