diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-28 09:22:31 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-28 09:22:31 +0200 |
commit | 669747a81c4b2ff823d1f20dc50899163c0a8a4a (patch) | |
tree | 13d820f775fe4db054b26f616b802caa8fef23e6 /skins/larry/addressbook.css | |
parent | ceaaebbc8c99711e143673d845d029a362bc848e (diff) | |
parent | acf5becbf16675f43882cc5cd485462041c7b0af (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index a9a3c9883..9856e2836 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -160,6 +160,29 @@ #contactpic img { width: 112px; + visibility: inherit; +} + +#contactpic.droptarget { + background-image: url(images/filedrop.png); + background-position: center; + background-repeat: no-repeat; +} + +#contactpic.droptarget.hover { + background-color: #d9ecf4; + box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); + -moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); + -webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); + -o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); +} + +#contactpic.droptarget.active img { + opacity: 0.15; +} + +#contactpic.droptarget.hover img { + opacity: 0.05; } #contacthead { |