From f90faaf317547d4a2f10db2f6859466320955d68 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 8 Oct 2015 18:20:16 -0400 Subject: [PATCH] closes #164 --- less/mobile.less | 34 ++++++++++++++++++---------------- templates/header.tpl | 2 +- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/less/mobile.less b/less/mobile.less index b578755..91ecdc4 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -50,22 +50,6 @@ width: auto; padding: 0; - &.unread { - background-color: inherit; - - a:after { - content: "new"; - text-transform: uppercase; - color: #FFF; - margin-left: 5px; - font-size: 10px; - background: #C91106; - border: 1px solid #890405; - padding: 2px 3px; - border-radius: 5px; - } - } - a { color: white; @@ -77,6 +61,24 @@ } } + .chat-list, .notification-list-mobile { + .unread { + background-color: inherit; + + a:after { + content: "new"; + text-transform: uppercase; + color: #FFF; + margin-left: 5px; + font-size: 10px; + background: #C91106; + border: 1px solid #890405; + padding: 2px 3px; + border-radius: 5px; + } + } + } + .counter { font-style: normal; diff --git a/templates/header.tpl b/templates/header.tpl index 4cdfc04..37d6496 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -60,7 +60,7 @@ [[global:header.notifications]] - +