From f2b58c343310aefb609783f0a388d86afaae44a1 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Tue, 28 Mar 2023 10:30:03 +0530 Subject: [PATCH] Mar 28 : [UPDT] Style Updated 'backend_theme_infinito' --- backend_theme_infinito/__manifest__.py | 2 +- .../static/src/scss/theme_styles.scss | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/backend_theme_infinito/__manifest__.py b/backend_theme_infinito/__manifest__.py index d0610118a..c2e633e8f 100644 --- a/backend_theme_infinito/__manifest__.py +++ b/backend_theme_infinito/__manifest__.py @@ -27,7 +27,7 @@ Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Views, Buttons, Different Types Sidebar...Etc""", "category": "Themes/Backend", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/backend_theme_infinito/static/src/scss/theme_styles.scss b/backend_theme_infinito/static/src/scss/theme_styles.scss index 881e1570c..0859aa3b3 100644 --- a/backend_theme_infinito/static/src/scss/theme_styles.scss +++ b/backend_theme_infinito/static/src/scss/theme_styles.scss @@ -1003,4 +1003,17 @@ color: #fff; } .o-dropdown.dropup > .o-dropdown--menu, .o-dropdown.dropdown > .o-dropdown--menu, .o-dropdown.dropleft > .o-dropdown--menu, .o-dropdown.dropright > .o-dropdown--menu { left: auto !important; +} +o_list_renderer .o_list_table > thead > tr > :last-child, .o_list_renderer .o_list_table > tbody > tr > :last-child, .o_list_renderer .o_list_table > tfoot > tr > :last-child { + padding-right: var(--ListRenderer-table-padding-h); + width: 32px !important; + min-width: 32px !important; + display: flex !important; + flex-wrap: wrap !important; +} +.o_optional_columns_dropdown_toggle{ +color:black !important; +} +.o_list_controller .o-dropdown.dropdown > .o-dropdown--menu{ +margin-left: -200px !important; } \ No newline at end of file