This commit is contained in:
Bernhard Posselt 2013-04-16 15:33:48 +02:00
Родитель dee17d002d
Коммит c20b6d34c7
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -28,7 +28,8 @@
background-image: url('%appswebroot%/news/img/rss.svg');
}
.unread > a {
.unread > a,
.unread > .utils .unread-counter {
font-weight: bold;
}
@ -87,11 +88,11 @@
.unread .unread-counter {
display: block;
}
.starred .unread-counter {
font-weight: normal;
font-weight: normal !important;
}
button.action {
opacity: .5;
}