Commit 3cc6faaa9966ca6e50631700882be4415aa12677
1 parent
e66585be
Exists in
master
and in
29 other branches
ActionItem1050: removing colors from common stylesheet
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
public/stylesheets/manage_contacts_list.css
... | ... | @@ -12,13 +12,12 @@ |
12 | 12 | max-height: 80px; |
13 | 13 | margin: 5px; |
14 | 14 | padding: 5px; |
15 | - border: 2px solid #B8CFE7; | |
15 | + border: 2px solid transparent; | |
16 | 16 | list-style: none; |
17 | 17 | position: relative; |
18 | 18 | } |
19 | 19 | .profile-list li:hover { |
20 | - border: 2px solid #2A5896; | |
21 | - background: #729FCF; | |
20 | + border: 2px solid #eeeeec; | |
22 | 21 | } |
23 | 22 | |
24 | 23 | .profile-list img { | ... | ... |