From f86c2b5fa6e8e681dbc6608e8272b63679336676 Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 28 Dec 2017 20:24:39 +0100 Subject: Label replaced by a button on the nav search form --- app/Resources/static/themes/material/css/nav.scss | 10 ++++++++++ app/Resources/static/themes/material/css/various.scss | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'app/Resources/static/themes') diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index 7191a71a..f5447b8c 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss @@ -116,6 +116,16 @@ nav .nav-wrapper i { } } +.nav-form-button { + padding: 0 1rem; + background-color: transparent; + border: none; + + &:focus { + background-color: inherit; + } +} + #button_filters { display: none; } diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 9d2f94f5..ba6570f2 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss @@ -24,16 +24,6 @@ nav .input-field input { padding-left: 0.5rem; } -.new-entry-button { - padding: 0 1rem; - background-color: transparent; - border: none; - - &:focus { - background-color: inherit; - } -} - .tabs { display: flex; } -- cgit v1.2.3