From da2a5fe222b8900899b7d879e4de5ecacfd86b86 Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 7 Dec 2017 23:47:53 +0100 Subject: Toggle menu anchor replaced by a button --- app/Resources/static/themes/material/css/nav.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/Resources/static/themes/material') diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index f986b785..99a048b0 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss @@ -31,6 +31,8 @@ nav { padding: 0 0.5rem; height: auto; line-height: 1; + background-color: transparent; + border: none; } } @@ -122,3 +124,9 @@ nav .nav-wrapper i { #button_export { display: none; } + +@media (min-width: 993px) { + .button-collapse { + display: none; + } +} -- cgit v1.2.3