1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Update unread counter when using keyboard to navigate

This commit is contained in:
Frédéric Guillot 2017-12-28 18:59:17 -08:00
parent 8cd58a746a
commit 519d4fcd73
11 changed files with 62 additions and 25 deletions

View file

@ -121,7 +121,7 @@ input[type="text"]:focus {
}
/* Counter */
.unread-counter {
.unread-counter-wrapper {
color: #bbb;
}

View file

@ -407,7 +407,7 @@ a.button {
}
/* Counter */
.unread-counter {
.unread-counter-wrapper {
font-size: 0.8em;
font-weight: 300;
color: #666;