From 07fd8cf6cdf070911403338f2013fd6e94c87e61 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 15 Feb 2023 08:51:23 +0000 Subject: restructure wall-item-head --- view/theme/redbasic/css/style.css | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5d27071a5..b63d7092a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1017,12 +1017,6 @@ img.mail-conv-sender-photo { /* conversation */ - -.top-radius { - border-top-right-radius: var(--bs-border-radius); - border-top-left-radius: var(--bs-border-radius); -} - .wall-event-item { padding: 10px; color: #fff; @@ -1094,11 +1088,6 @@ img.mail-conv-sender-photo { height: $reply_photo; } -.wall-item-ago, -.dropdown-sub-text { - color: var(--bs-tertiary-color); -} - .wall-item-content, .mail-conv-body, .page-body, @@ -1107,7 +1096,6 @@ img.mail-conv-sender-photo { font-size: 1rem; } - .comment-edit-text { border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); -- cgit v1.2.3