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