提交 8715e44f authored 作者: 郑笛's avatar 郑笛

更改皮肤样式

上级 75d8063c
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
'views/cc_bl_line_view.xml', 'views/cc_bl_line_view.xml',
'views/cc_bl_view.xml', 'views/cc_bl_view.xml',
'views/cc_customers_declaration_order_view.xml', 'views/cc_customers_declaration_order_view.xml',
'templates/login.xml',
], ],
'demo': [ 'demo': [
# 'demo/account_demo.xml', # 'demo/account_demo.xml',
...@@ -32,6 +33,9 @@ ...@@ -32,6 +33,9 @@
'application': True, 'application': True,
# 'post_init_hook': '_account_post_init', # 'post_init_hook': '_account_post_init',
'assets': { 'assets': {
'web.assets_frontend': [
'ccs_base/static/css/base.scss',
],
}, },
'license': 'AGPL-3', 'license': 'AGPL-3',
} }
.btn-fill-primary, .btn-primary, .btn-fill-primary, .btn-primary:hover {
background-color: #102343 !important;
border-color: #102343 !important;
}
a, a:hover, .btn-link{
color: #102343 !important;
}
.o_home_menu_background, .o_web_client.o_home_menu_background {
background-image:url('/ccs_base/static/images/backgroud.png') !important;
.container {
margin-top: 6%;
margin-left: 3rem;
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="custom_title" name="change title" inherit_id="web.layout">
<xpath expr="//title" position="replace">
<title t-esc="title or 'HH-AVIATION'"/>
</xpath>
</template>
</odoo>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论