From 0d7d688649f670575f77df7a197ec7dbdfb168dc Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Tue, 22 May 2018 12:44:35 +0200 Subject: [PATCH] frio - add "info about the instance" link into the navbar for non-authed users --- view/theme/frio/css/style.css | 3 +++ view/theme/frio/templates/nav.tpl | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e1ac4f4da5..bdc848499b 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2158,6 +2158,9 @@ ul.dropdown-menu li:hover { overflow: hidden; } /* Home and Login Page */ +body.mod-home nav.navbar .nav>li>a:hover { + background-color: rgba(255,255,255,0.2); +} body.mod-home .navbar #nav-login, body.mod-login .navbar #nav-login { display: none; diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index c41243bc5c..9695f7c424 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -241,12 +241,17 @@