From d59cd7dfa4fff840dcab640ab5c194ededf7fc0b Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Thu, 8 Feb 2018 18:36:39 +0100 Subject: [PATCH] frio: disable nav login button on home and login module --- view/theme/frio/css/style.css | 5 +++++ view/theme/frio/templates/nav.tpl | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 2f5cc2f0ae..95a8aa09f9 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2134,6 +2134,11 @@ ul.dropdown-menu li:hover { .section-title-wrapper { overflow: hidden; } +/* Home and Login Page */ +body.mod-home .navbar #nav-login, +body.mod-login .navbar #nav-login { + display: none; +} /* Profile-page */ #profile-content-standard, #profile-content-advanced { diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index 2fab623530..aa8d50fc01 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -238,7 +238,6 @@