From 669747a81c4b2ff823d1f20dc50899163c0a8a4a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 28 Jun 2012 03:22:31 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- skins/default/addressbook.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index ad7aeff..a398325 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -310,6 +310,13 @@ width: 60px; } +#contactpic.droptarget.hover { + background-color: #f0f0ee; + box-shadow: 0 0 5px 0 #999; + -moz-box-shadow: 0 0 5px 0 #999; + -o-box-shadow: 0 0 5px 0 #999; +} + #contactphoto .formlinks { margin-top: 0.5em; -- Gitblit v1.9.1