diff --git a/themes/nodebb-theme-persona/less/topics_list.less b/themes/nodebb-theme-persona/less/topics_list.less index 1121c46..32dce98 100644 --- a/themes/nodebb-theme-persona/less/topics_list.less +++ b/themes/nodebb-theme-persona/less/topics_list.less @@ -13,4 +13,19 @@ margin-bottom: 10px; border-top: 1px solid @post-border-color; border-bottom: 1px solid @post-border-color; +} + +.resolved-status { + font-weight: bold; + color: green; + font-size: 8px; + border: 2px solid green; + padding: 3px; +} + + +/* Style for the unsolved post section with a light red background */ +li.unsolved-post { + background-color: rgb(239, 210, 210); /* Change to your desired light red color */ + /* Add any other styles you want here */ } \ No newline at end of file diff --git a/themes/nodebb-theme-persona/templates/partials/topics_list.tpl b/themes/nodebb-theme-persona/templates/partials/topics_list.tpl index db10750..78aad30 100644 --- a/themes/nodebb-theme-persona/templates/partials/topics_list.tpl +++ b/themes/nodebb-theme-persona/templates/partials/topics_list.tpl @@ -1,5 +1,6 @@