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:
parent
8cd58a746a
commit
519d4fcd73
11 changed files with 62 additions and 25 deletions
|
@ -121,7 +121,7 @@ input[type="text"]:focus {
|
|||
}
|
||||
|
||||
/* Counter */
|
||||
.unread-counter {
|
||||
.unread-counter-wrapper {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
|
|
|
@ -407,7 +407,7 @@ a.button {
|
|||
}
|
||||
|
||||
/* Counter */
|
||||
.unread-counter {
|
||||
.unread-counter-wrapper {
|
||||
font-size: 0.8em;
|
||||
font-weight: 300;
|
||||
color: #666;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue