diff --git a/backend_theme_infinito/README.rst b/backend_theme_infinito/README.rst index b19d8b2ac..c22a6d600 100755 --- a/backend_theme_infinito/README.rst +++ b/backend_theme_infinito/README.rst @@ -19,7 +19,7 @@ Company Credits ------- * 'Cybrosys Techno Solutions '__ - Author : Farseen, Musthafa , Gokul @Cybrosys +Author : Farseen, Musthafa , Gokul @Cybrosys Contacts -------- diff --git a/backend_theme_infinito/__manifest__.py b/backend_theme_infinito/__manifest__.py index fe437ded7..a7db18b3e 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.3", + "version": "16.0.1.0.4", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/backend_theme_infinito/static/src/css/style.css b/backend_theme_infinito/static/src/css/style.css index 2482266b8..1306da31b 100644 --- a/backend_theme_infinito/static/src/css/style.css +++ b/backend_theme_infinito/static/src/css/style.css @@ -1466,4 +1466,7 @@ label:hover div.popover.fade.in { } .infinito-btn-group-nav .btn-infinito-close:hover i.fa { color: #cdcdcd !important; +} +.o-dropdown--menu{ + overflow: hidden; } \ No newline at end of file