forum: adjust BUR status label colors (again).

* Indicate unread topics in bold instead of with a "NEW" label.
* Use pills for labels.
This commit is contained in:
evazion
2020-03-11 00:01:56 -05:00
parent f917595554
commit e81161bca5
4 changed files with 20 additions and 22 deletions

View File

@@ -45,8 +45,11 @@ div#c-forum-topics {
vertical-align: bottom;
&.label {
font-size: 0.8em;
font-size: 0.7em;
text-transform: uppercase;
border-radius: 3px;
padding: 3px;
color: white;
}
&.icon {
@@ -54,26 +57,22 @@ div#c-forum-topics {
font-size: 1em;
}
&.new {
color: var(--forum-topic-status-new-color);
}
&.pending {
color: var(--forum-topic-status-pending-color);
background-color: var(--forum-topic-status-pending-color);
}
&.approved {
color: var(--forum-topic-status-approved-color);
background-color: var(--forum-topic-status-approved-color);
}
&.rejected {
color: var(--forum-topic-status-rejected-color);
background-color: var(--forum-topic-status-rejected-color);
}
}
#a-index {
td {
line-height: 1.5em;
tr[data-is-read="false"] .forum-post-link {
font-weight: bold;
}
.updated-at-column {