Skip to content

Commit 483299a

Browse files
authored
Merge pull request #1575 from Timo-Breumelhof/feature/1574-Bootstrap5-Topic-view-bg
Fixes #1574 Bootstrap 5 Topicview Bg Colors removal
2 parents 8b5732c + b50cba2 commit 483299a

File tree

1 file changed

+4
-4
lines changed
  • Dnn.CommunityForums/themes/community-bootstrap/templates

1 file changed

+4
-4
lines changed

Dnn.CommunityForums/themes/community-bootstrap/templates/TopicView.ascx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
<div id="afgrid" class="dcf-topic-posts">
5959

6060
[TOPIC]
61-
<div class="dcf-topic-post py-3 bg-light mb-4">
61+
<div class="dcf-topic-post py-3 pb-5 mb-4 border-bottom border-primary">
6262
<div class="d-flex flex-wrap">
6363

6464

65-
<div class="dcf-topic-info bg-light px-3 pb-2 mb-2 mb-md-0">
65+
<div class="dcf-topic-info px-3 pb-2 mb-2 mb-md-0">
6666
[DCF:TEMPLATE-PROFILEINFO]
6767
</div>
6868

@@ -105,11 +105,11 @@
105105

106106
[/TOPIC]
107107
[REPLIES]
108-
<div class="dcf-topic-post dcf-topic-reply py-3 bg-light mb-4">
108+
<div class="dcf-topic-post dcf-topic-reply py-3 pb-5 mb-4 border-bottom border-primary">
109109
<a id="[FORUMPOST:POSTID]"></a>
110110
<div class="d-flex flex-wrap">
111111

112-
<div class="dcf-topic-info bg-light px-3 pb-2 mb-2 mb-md-0">
112+
<div class="dcf-topic-info px-3 pb-2 mb-2 mb-md-0">
113113
[DCF:TEMPLATE-PROFILEINFO]
114114
</div>
115115

0 commit comments

Comments
 (0)