Add (+) action next to Feeds to quickly add new feeds

This commit is contained in:
Thiago Perrotta 2022-02-19 22:38:04 -05:00 committed by Frédéric Guillot
parent 658b8591b6
commit 4831acba39
2 changed files with 4 additions and 1 deletions

View File

@ -77,6 +77,9 @@
<span class="error-feeds-counter-wrapper">(<span class="error-feeds-counter">{{ .countErrorFeeds }}</span>)</span>
{{ end }}
</a>
<a href="{{ route "addSubscription" }}" title="{{ t "tooltip.keyboard_shortcuts" "+" }}">
(+)
</a>
</li>
<li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g c" }}">
<a href="{{ route "categories" }}" data-page="categories">{{ t "menu.categories" }}</a>

View File

@ -68,7 +68,7 @@ a:hover {
border-bottom: 1px dotted var(--header-list-border-color);
}
.header li:hover a {
.header li a:hover {
color: #888;
}