From 037fed195d61b78c79e78f4398fab588ce18a544 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Mon, 19 May 2014 17:51:21 -0300 Subject: [PATCH 1/3] added highlight to each selected item --- css/tpl-default.css | 2 +- index.html | 5 ++--- js/controllers/addresses.js | 15 ++++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/tpl-default.css b/css/tpl-default.css index f81b4ff12..7dc39e119 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -110,7 +110,7 @@ body { background: #fff; } -.addresses .panel:hover { +.addresses .panel:hover, .addresses .panel.selected { background: #efefef; } diff --git a/index.html b/index.html index 3bd01f64d..9d0f5f0f5 100644 --- a/index.html +++ b/index.html @@ -314,13 +314,12 @@