tone down new/unread on /categories

This commit is contained in:
Jeff Atwood 2014-08-04 15:41:46 -07:00
parent a4e140b515
commit 6fb683ff9a
3 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
{{category-title-link category=this}}
{{#if unreadTopics}}
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}}</a>
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}} {{i18n topic.unread}}</a>
{{/if}}
{{#if newTopics}}
<a href={{unbound newUrl}} class='badge new-posts badge-notification' title='{{i18n topic.new_topics count="newTopics"}}'>{{i18n filters.new.lower_title_with_count count="newTopics"}}</a>

View File

@ -97,6 +97,11 @@
.topic-list.categories {
.new-posts.badge-notification {
background-color:transparent;
color: scale-color($primary, $lightness: 50%);
}
td.category {
vertical-align: top;
padding-top: 15px;

View File

@ -751,6 +751,7 @@ en:
private_message: 'Start a private message'
list: 'Topics'
new: 'new topic'
unread: 'unread'
new_topics:
one: '1 new topic'
other: '{{count}} new topics'