From 08f64d7b721d38fc80c2c17329aa41844067dea2 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Wed, 27 Mar 2024 12:43:32 +0530 Subject: [PATCH] Mar 27: [FIX] Bug Fixed 'backend_theme_infinito' --- backend_theme_infinito/README.rst | 2 +- backend_theme_infinito/__manifest__.py | 2 +- backend_theme_infinito/static/src/css/style.css | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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