From 6a7abccea4a465437f8df8cd625777351ef149ad Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Tue, 9 Jul 2019 01:46:02 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/control_panel.scss | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 3487652..224a3da 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -19,7 +19,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.1.6.9", + "version": "12.0.1.6.10", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/control_panel.scss b/muk_web_theme/static/src/scss/control_panel.scss index f81b3d5..82febe9 100644 --- a/muk_web_theme/static/src/scss/control_panel.scss +++ b/muk_web_theme/static/src/scss/control_panel.scss @@ -113,4 +113,19 @@ } } } +} + +.o_modal_header { + .o_searchview, .o_pager { + display: inline-block; + } + .o_searchview { + padding: 0; + border: none; + button { + background-color: $white; + border-color: $border-color; + color: $gray-600; + } + } } \ No newline at end of file