Commit 4375b994532674d3a0d59fbdf21f8797008faaa5
1 parent
5476b345
Exists in
master
and in
1 other branch
- changed maintopics template to show locked topics in gray background
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
templates/maintopics.html
@@ -64,13 +64,13 @@ | @@ -64,13 +64,13 @@ | ||
64 | <div class="list-group"> | 64 | <div class="list-group"> |
65 | {% for t in state %} | 65 | {% for t in state %} |
66 | {% if t['level'] is None %} | 66 | {% if t['level'] is None %} |
67 | - <a class="list-group-item list-group-item-action bg-light disabled"> | 67 | + <a class="list-group-item list-group-item-dark"> |
68 | <div class="d-flex justify-content-start"> | 68 | <div class="d-flex justify-content-start"> |
69 | - <div class="p-2 font-italic text-muted"> | ||
70 | - ({{ t['name'] }}) | 69 | + <div class="p-2 text-muted"> |
70 | + {{ t['name'] }} | ||
71 | </div> | 71 | </div> |
72 | <div class="ml-auto p-2"> | 72 | <div class="ml-auto p-2"> |
73 | - <i class="fas fa-lock text-danger"></i> | 73 | + <i class="fas fa-lock text-muted"></i> |
74 | </div> | 74 | </div> |
75 | </div> | 75 | </div> |
76 | </a> | 76 | </a> |