зеркало из https://github.com/nextcloud/news.git
make unreadcounter bold again
This commit is contained in:
Родитель
dee17d002d
Коммит
c20b6d34c7
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче