mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ent
This commit is contained in:
BIN
app_web_enterprise/static/description/b03.png
Normal file
BIN
app_web_enterprise/static/description/b03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
@@ -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>
|
||||
|
||||
|
||||
38
app_web_enterprise/static/src/less/app_style.less
Normal file
38
app_web_enterprise/static/src/less/app_style.less
Normal 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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user