diff --git a/backend_theme_infinito/__manifest__.py b/backend_theme_infinito/__manifest__.py index ba6ca6c4a..7549fb223 100755 --- 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": "17.0.1.0.0", + "version": "17.0.1.0.1", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/backend_theme_infinito/doc/RELEASE_NOTES.md b/backend_theme_infinito/doc/RELEASE_NOTES.md index da06f0690..652bf6eaa 100755 --- a/backend_theme_infinito/doc/RELEASE_NOTES.md +++ b/backend_theme_infinito/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 17.0.1.0.0 #### ADD Initial Commit for Infinito Backend Theme + +#### 04.12.2024 +#### Version 17.0.1.0.1 +##### BUGFIX +- Fixed the style issue in the sidebar menu buttons. diff --git a/backend_theme_infinito/static/src/css/style.css b/backend_theme_infinito/static/src/css/style.css index 2c5c81d5b..6b08e92d1 100755 --- a/backend_theme_infinito/static/src/css/style.css +++ b/backend_theme_infinito/static/src/css/style.css @@ -1528,7 +1528,7 @@ label:hover div.popover.fade.in { #theme_editor_sidebar { margin-left: 1587px !important; - height: 934px; + height: inherit; } .oe_kanban_action_button {