Commit 4b1a10ab authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: change css for the side logo

parent 1e6fb13c
......@@ -85,7 +85,7 @@ if leaflet_theme.get("theme").lower() == leaflet_theme.get("theme_logo_descripti
leaflet_recycle_url = "template_images/recycle.png"
leaflet_css = ''.join([
'html .ci-leaflet #left-summary:before {',
'background: url("%s") center no-repeat;' % (leaflet_theme.get("enhanced_logo_url")),
'background: url("%s") center no-repeat;' % (leaflet_theme.get("theme_logo_url")),
'background-size: contain;',
'}'
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment