From 955a6bd6f928468edf1ffec431203183c84816ca Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 10 Feb 2022 14:38:12 +0100 Subject: [PATCH] styling for button in member details to open DM --- src/platform/web/ui/css/themes/element/theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index a3fb12ee..383feeae 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -1074,10 +1074,14 @@ button.RoomDetailsView_row::after { flex-direction: column; } -.MemberDetailsView_options a{ +.MemberDetailsView_options a, .MemberDetailsView_options button { color: #0dbd8b; text-decoration: none; - margin-bottom: 3px; + margin: 0 0 3px 0; + padding: 0; + border: none; + background: none; + cursor: pointer; } .LazyListParent {