From c9ebe7da8291bc95599657f090346f6c4938403c Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Thu, 18 May 2023 10:39:54 +0530 Subject: [PATCH] May 18 : [UPDT] Bug Fixed 'backend_theme_infinito' --- backend_theme_infinito/README.rst | 2 +- backend_theme_infinito/static/src/scss/app_menu.scss | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/backend_theme_infinito/README.rst b/backend_theme_infinito/README.rst index bcb4fa6bf..b19d8b2ac 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 @Cybrosys + Author : Farseen, Musthafa , Gokul @Cybrosys Contacts -------- diff --git a/backend_theme_infinito/static/src/scss/app_menu.scss b/backend_theme_infinito/static/src/scss/app_menu.scss index d03593077..d413e0a76 100644 --- a/backend_theme_infinito/static/src/scss/app_menu.scss +++ b/backend_theme_infinito/static/src/scss/app_menu.scss @@ -70,7 +70,10 @@ margin-left: 20px !important; .landing .wrapper .search_bar .input-group .input-group-append .btn-outline-secondary i { color: #1c1818; } - +.o_setting_container .app_settings_block .btn{ +color: var(--button-bg) !important; + background-color: var(--tr-button-bg) !important; +} .apps { margin-top: 40px; margin-left: 100px;