From 3901d6de2c5021fed95b7d1fdc19ab108068f4c0 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Fri, 4 Oct 2019 08:28:09 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/appsbar.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index a5e8a05..52ae24a 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -22,7 +22,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.2.0.6", + "version": "12.0.2.0.7", "category": "Themes/Backend", "license": "LGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/appsbar.scss b/muk_web_theme/static/src/scss/appsbar.scss index 553c999..e1b57d9 100644 --- a/muk_web_theme/static/src/scss/appsbar.scss +++ b/muk_web_theme/static/src/scss/appsbar.scss @@ -81,7 +81,7 @@ display: none; } .mk_apps_sidebar_icon { - margin: 0; + margin-right: 0 !important; } } .o_main { @@ -103,7 +103,7 @@ display: none; } .mk_apps_sidebar_icon { - margin: 0; + margin-right: 0 !important; } } .o_main {