From 62152caca97bf26684e85d81d0386ee992976e06 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 15 Mar 2013 13:45:47 +0100 Subject: [PATCH] Contacts: Dim contact list when adding contact. --- js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/app.js b/js/app.js index 5e4d6096..fcd9edeb 100644 --- a/js/app.js +++ b/js/app.js @@ -966,6 +966,7 @@ OC.Contacts = OC.Contacts || { }; self.$firstRun.hide(); self.$contactList.show(); + self.$contactList.addClass('dim'); self.tmpcontact = self.contacts.addContact(groupprops); self.$rightContent.prepend(self.tmpcontact); self.hideActions();