From 20a250dfc0d5c0ac893d2dbbd137d11b1041e891 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 26 May 2021 15:59:28 +0530 Subject: [PATCH] Style close button Signed-off-by: RMidhunSuresh --- src/platform/web/ui/css/themes/element/theme.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index eea30fc0..954af9a2 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -834,8 +834,9 @@ button.link { } /* Encryption icon next to avatar */ + .RoomEncryption { - width: 52px; + width: 52px; height: 52px; border-radius: 100%; background: #737D8C; @@ -855,3 +856,12 @@ button.link { .unencrypted { content: url("./icons/e2ee-disabled.svg"); } + +.RoomInfo .button-utility { + width: 24px; + height: 24px; +} + +.RoomInfo .close { + background-image: url("./icons/clear.svg"); +}