From: Silke Meyer Date: Sun, 15 Jun 2014 12:57:52 +0000 (+0200) Subject: same drop-down menu for contact details as for user menu X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7fdcc1518289d70e09a551643da051e4af57ee41;p=friendica.git same drop-down menu for contact details as for user menu --- 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; }