Commit 3cc6faaa9966ca6e50631700882be4415aa12677

Authored by Antonio Terceiro
1 parent e66585be

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,13 +12,12 @@
12 max-height: 80px; 12 max-height: 80px;
13 margin: 5px; 13 margin: 5px;
14 padding: 5px; 14 padding: 5px;
15 - border: 2px solid #B8CFE7; 15 + border: 2px solid transparent;
16 list-style: none; 16 list-style: none;
17 position: relative; 17 position: relative;
18 } 18 }
19 .profile-list li:hover { 19 .profile-list li:hover {
20 - border: 2px solid #2A5896;  
21 - background: #729FCF; 20 + border: 2px solid #eeeeec;
22 } 21 }
23 22
24 .profile-list img { 23 .profile-list img {