Commit 0a75305711e9be8e49f715a49141dea9a68c1a61
1 parent
33a81424
Exists in
master
and in
29 other branches
Fix margin and hover background color
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/stylesheets/chat.css
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | margin: 0; |
27 | 27 | } |
28 | 28 | #buddy-list .buddies a:hover, .occupant-list li a:hover { |
29 | - background: #257CAD; | |
29 | + background-color: #EEEEEC; | |
30 | 30 | } |
31 | 31 | #buddy-list .buddies li a, .occupant-list li a { |
32 | 32 | background-position: 0% 50%; |
... | ... | @@ -35,6 +35,7 @@ |
35 | 35 | text-decoration: none; |
36 | 36 | height: 35px; |
37 | 37 | overflow: hidden; |
38 | + margin-top: 5px; | |
38 | 39 | } |
39 | 40 | #buddy-list .buddies li a .name, .occupant-list li a .name { |
40 | 41 | vertical-align: middle; | ... | ... |