Преглед на файлове

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

Thiago Perrotta преди 4 години
родител
ревизия
4831acba39
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 3 0
      template/templates/common/layout.html
  2. 1 1
      ui/static/css/common.css

+ 3 - 0
template/templates/common/layout.html

@@ -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>

+ 1 - 1
ui/static/css/common.css

@@ -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;
 }