From d865b8809933d76685c89f07cc4174ab3389dea6 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Fri, 24 Sep 2021 12:25:45 +0200 Subject: [PATCH] [update] css links --- static/src/css/3adentaire_frontend.css | 8 ++++++++ template/layout_template.xml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/static/src/css/3adentaire_frontend.css b/static/src/css/3adentaire_frontend.css index 7d80a58..cd7aa31 100755 --- a/static/src/css/3adentaire_frontend.css +++ b/static/src/css/3adentaire_frontend.css @@ -46,6 +46,14 @@ a { a:hover { color: #343a40; } +/* PAGE NAVIGATION */ +.page-link { + color: #6c757d; +} +/* SHOP CATEGORY */ +.o_shop_collapse_category > ul > li > i { + color: #6c757d !important; +} /************************************ /** WEBSITE SALE diff --git a/template/layout_template.xml b/template/layout_template.xml index c2b2172..a643d24 100755 --- a/template/layout_template.xml +++ b/template/layout_template.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <odoo> + <!-- CSS loading --> <template id="assets_frontend" inherit_id="website.assets_frontend" name="Account Manager"> <xpath expr="." position="inside"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700" rel="stylesheet" /> @@ -8,6 +9,7 @@ </xpath> </template> + <!-- Navbar --> <template id="assets_frontend_3a" inherit_id="portal.frontend_layout" name="Main Frontend Layout 3A Dentaire"> <xpath expr="//header/nav" position="attributes"> <attribute name="class">navbar navbar-expand-md</attribute> @@ -19,4 +21,6 @@ </xpath> </template> + <!-- Navigation --> + </odoo> -- GitLab