From 73ef8df4b7c252d1edf6f53d0a06267f8b9d82f1 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Fri, 20 Mar 2026 15:55:53 +0530 Subject: [PATCH] Add comprehensive styling for the shop page, including the left sidebar filter and product grid layout. --- addons/dine360_dashboard/static/src/css/shop_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/dine360_dashboard/static/src/css/shop_style.css b/addons/dine360_dashboard/static/src/css/shop_style.css index f7f750e..5c12ae5 100644 --- a/addons/dine360_dashboard/static/src/css/shop_style.css +++ b/addons/dine360_dashboard/static/src/css/shop_style.css @@ -113,7 +113,7 @@ .oe_website_sale #products_grid_before li:hover, .oe_website_sale #products_grid_before .list-group-item:hover { - background: #2bb1a5 !important; + background: #fecd4f !important; transform: translateX(5px); }