From 342460fa17b1358f3377366739d3e6311448fe03 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 4 Jul 2023 11:19:04 +0000 Subject: css fixes --- view/theme/redbasic/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4ba65c112..658a3cf6e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1019,14 +1019,10 @@ img.mail-conv-sender-photo { .wall-item-content-wrapper { background-color: var(--bs-tertiary-bg); - border-top-right-radius: var(--bs-border-radius); - border-top-left-radius: var(--bs-border-radius); } .wall-item-content-wrapper.comment { background-color: var(--bs-body-bg); - border-top-right-radius: 0px; - border-top-left-radius: 0px; } .hide-comments-outer { @@ -1203,6 +1199,7 @@ img.mail-conv-sender-photo { } .generic-content-wrapper { + background-color: var(--bs-body-bg); border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); margin-bottom: 1.5rem; -- cgit v1.2.3