diff options
author | Mario <mario@mariovavti.com> | 2023-02-15 08:51:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-15 08:51:23 +0000 |
commit | 07fd8cf6cdf070911403338f2013fd6e94c87e61 (patch) | |
tree | 6b352c313f8c0495e7ca5072647736b1b5963ced /view/theme | |
parent | e7fb56447ae84bf6ebac6b244bc22a8a626eb041 (diff) | |
download | volse-hubzilla-07fd8cf6cdf070911403338f2013fd6e94c87e61.tar.gz volse-hubzilla-07fd8cf6cdf070911403338f2013fd6e94c87e61.tar.bz2 volse-hubzilla-07fd8cf6cdf070911403338f2013fd6e94c87e61.zip |
restructure wall-item-head
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 0 insertions, 12 deletions
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); |