added highlight to each selected item

This commit is contained in:
Mario Colque 2014-05-19 17:51:21 -03:00
commit 037fed195d
3 changed files with 11 additions and 11 deletions

View file

@ -110,7 +110,7 @@ body {
background: #fff;
}
.addresses .panel:hover {
.addresses .panel:hover, .addresses .panel.selected {
background: #efefef;
}