From 4831acba39907f40d2575c0a9be50263bd784492 Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Sat, 19 Feb 2022 22:38:04 -0500 Subject: [PATCH] Add (+) action next to Feeds to quickly add new feeds --- template/templates/common/layout.html | 3 +++ ui/static/css/common.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/template/templates/common/layout.html b/template/templates/common/layout.html index 65c3b15a..c81edc1d 100644 --- a/template/templates/common/layout.html +++ b/template/templates/common/layout.html @@ -77,6 +77,9 @@ ({{ .countErrorFeeds }}) {{ end }} + + (+) +
  • {{ t "menu.categories" }} diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 69f2aab4..8547136a 100644 --- a/ui/static/css/common.css +++ b/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; }