diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
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; |