From 7fdcc1518289d70e09a551643da051e4af57ee41 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 14:57:52 +0200 Subject: [PATCH] same drop-down menu for contact details as for user menu --- view/theme/vier/breathe.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 805332709b..3c3dd07847 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -55,6 +55,11 @@ ul.menu-popup { border-radius: 5px; } +.contact-photo-menu { + border: 1px solid #364e59; + border-radius: 5px; +} + .tread-wrapper { border-radius: 10px; }