diff --git a/static/styles/left_sidebar.css b/static/styles/left_sidebar.css index 18325d67c6..3dbfc47342 100644 --- a/static/styles/left_sidebar.css +++ b/static/styles/left_sidebar.css @@ -289,7 +289,6 @@ li.top_left_recent_topics { font-size: 13px; } -.topic-unread-count, .private_message_count { float: right; padding: 0 4px; @@ -312,7 +311,6 @@ li.top_left_recent_topics { } /* These are true "unread" counts. */ -.topic-unread-count, .private_message_count { background-color: hsl(105, 2%, 50%); color: hsl(0, 0%, 100%); diff --git a/static/styles/night_mode.css b/static/styles/night_mode.css index 485a28edc1..05b80f1f78 100644 --- a/static/styles/night_mode.css +++ b/static/styles/night_mode.css @@ -165,7 +165,7 @@ on a dark background, and don't change the dark labels dark either. */ color: hsl(236, 33%, 90%); } - .topic-unread-count, + .topic-list-item .unread_count, .private_message_count { background-color: hsla(105, 2%, 50%, 0.5); } diff --git a/static/templates/more_topics.hbs b/static/templates/more_topics.hbs index ade7f4160b..885a6f591c 100644 --- a/static/templates/more_topics.hbs +++ b/static/templates/more_topics.hbs @@ -1,8 +1,8 @@