diff --git a/addons/dine360_dashboard/static/src/css/theme_variables.css b/addons/dine360_dashboard/static/src/css/theme_variables.css index 243a533..1a03159 100644 --- a/addons/dine360_dashboard/static/src/css/theme_variables.css +++ b/addons/dine360_dashboard/static/src/css/theme_variables.css @@ -309,9 +309,10 @@ body, /* Active Tab / Hover State */ .o_main_navbar .o_menu_sections .o_nav_entry:hover, .o_main_navbar .o_menu_sections .show .dropdown-toggle { - background-color: var(--primary-color) !important; + background-color: #ffffff !important; /* Yellow Active Background */ - color: #fff !important; + color: #d6111e !important; + border-bottom: 2px solid #d6111e !important; } /* Dashboard Sidebar (Finance/Logistics) */ @@ -568,8 +569,8 @@ a:hover, .o_main_navbar .o_menu_sections .o_nav_entry, .o_main_navbar .o_menu_sections .dropdown-toggle { - background: var(--NavBar-entry-backgroundColor, var(--primary-color)); - border: 1px solid transparent; + background: #ffffff; + border-bottom: 2px solid #d6111e; } .list-group-item.active { diff --git a/addons/dine360_theme_chennora/__manifest__.py b/addons/dine360_theme_chennora/__manifest__.py index 3520e20..f6974b9 100644 --- a/addons/dine360_theme_chennora/__manifest__.py +++ b/addons/dine360_theme_chennora/__manifest__.py @@ -8,6 +8,7 @@ 'data': [ 'views/layout.xml', # Header, Footer, and Global Layout changes 'views/pages.xml', # specific page content (Home, About, etc.) + 'views/about_page.xml', # About Page 'views/faq_page.xml', # FAQ Page 'views/snippets.xml', # Custom Building Blocks 'views/options.xml', # Options for snippets (if any) diff --git a/addons/dine360_theme_chennora/data/website_data.xml b/addons/dine360_theme_chennora/data/website_data.xml index 50a756c..99d1c04 100644 --- a/addons/dine360_theme_chennora/data/website_data.xml +++ b/addons/dine360_theme_chennora/data/website_data.xml @@ -6,7 +6,7 @@ /about True - + About Us diff --git a/addons/dine360_theme_chennora/static/src/img/about-banner-new.png b/addons/dine360_theme_chennora/static/src/img/about-banner-new.png new file mode 100644 index 0000000..8d212de Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-banner-new.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-new-basil.png b/addons/dine360_theme_chennora/static/src/img/about-new-basil.png new file mode 100644 index 0000000..fbe9f4b Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-new-basil.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-new-lemon.png b/addons/dine360_theme_chennora/static/src/img/about-new-lemon.png new file mode 100644 index 0000000..fd3454f Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-new-lemon.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-new-main.png b/addons/dine360_theme_chennora/static/src/img/about-new-main.png new file mode 100644 index 0000000..497c8c2 Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-new-main.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-new-pepper.png b/addons/dine360_theme_chennora/static/src/img/about-new-pepper.png new file mode 100644 index 0000000..21ffbed Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-new-pepper.png differ diff --git a/addons/dine360_theme_chennora/views/about_page.xml b/addons/dine360_theme_chennora/views/about_page.xml new file mode 100644 index 0000000..5cd4d8f --- /dev/null +++ b/addons/dine360_theme_chennora/views/about_page.xml @@ -0,0 +1,94 @@ + + + + + + diff --git a/addons/dine360_theme_chennora/views/pages.xml b/addons/dine360_theme_chennora/views/pages.xml index e348659..e24f061 100644 --- a/addons/dine360_theme_chennora/views/pages.xml +++ b/addons/dine360_theme_chennora/views/pages.xml @@ -766,67 +766,7 @@ - - - - - +