From: Martin Schiller Date: Thu, 29 Aug 2019 12:17:33 +0000 (+0200) Subject: luci-theme-material: show logo also on login page X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=92069c1f74587a8d3740b0a9eeda167dcb2f1375;p=project%2Fluci.git luci-theme-material: show logo also on login page Signed-off-by: Martin Schiller --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index d74077853a..91f87c69c1 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -401,10 +401,6 @@ header > .fill > .container > #logo > img { margin-top: -.1rem; } -body:not(.logged-in) > header > .fill > .container > #logo { - display: none; -} - header > .fill > .container > .brand { font-size: 1.4rem; position: absolute; diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index 7ce195cc9f..76eeec05eb 100644 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -186,7 +186,7 @@