update ent

This commit is contained in:
ivan deng
2018-05-17 17:41:56 +08:00
parent e12a97ea80
commit 1de7fab065
4 changed files with 43 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -31,6 +31,10 @@
<img src="app_web_enterprise_03.jpg" style="border:1px solid black"/>
<br/>
</div>
<div class="oe_demo oe_screenshot mt32">
<img src="b03.png" style="border:1px solid black"/>
<br/>
</div>
</div>
</div>

View File

@@ -0,0 +1,38 @@
// Colors
@odoo-color-silver: #F9F9F9;
@odoo-color-silver-dark: #E5E5E5;
@odoo-color-silver-darker: #d9d7d7;
@gray-lighter-dark: @odoo-color-silver-dark;
@gray-lighter-darker: @odoo-color-silver-darker;
// Notebooks
//form_view
.o_notebook {
> ul.nav.nav-tabs {
> li {
> a {
background-color: @gray-lighter;
}
&.active > a {
border: 1px solid @gray-lighter-darker;
border-bottom: 0;
&, &:hover, &:focus, &:active {
border-top-color: @odoo-brand-primary;
background-color: white;
}
}
}
}
&:last-child > .tab-content {
border-bottom: none;
}
}
.o_web_client input:focus,
.o_web_client textarea:focus,
.o_web_client select:focus {
border-color: @odoo-brand-optional;
}

View File

@@ -4,6 +4,7 @@
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/app_switcher.less"/>
<link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/menu_search.less"/>
<link rel="stylesheet" type="text/less" href="/app_web_enterprise/static/src/less/app_style.less"/>
</xpath>
</template>
</odoo>