mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 1100764 - Contacts move up and down when hovering over them. r=mikedeboer
This commit is contained in:
parent
e09bfd95bf
commit
7674b35fb3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user