[IMP] List and Kanban buttons should be red

bzr revid: fme@openerp.com-20120508161559-afw7id11ik4wi76s
This commit is contained in:
Fabien Meghazi 2012-05-08 18:15:59 +02:00
parent c023dd9614
commit dd47079a11
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@
</table>
<div t-name="ListView.buttons" class="oe_list_buttons">
<t t-if="!widget.no_leaf and widget.options.action_buttons !== false">
<button type="button" class="oe_button oe_list_add" t-if="widget.options.addable">
<button type="button" class="oe_button oe_list_add oe_form_button_hi" t-if="widget.options.addable">
<t t-esc="widget.options.addable"/>
</button>
<button type="button" class="oe_button oe_list_delete" t-if="widget.options.selectable and widget.options.deletable">

View File

@ -12,7 +12,7 @@
</t>
<div t-name="KanbanView.buttons" class="oe_kanban_buttons">
<t t-if="widget.options.action_buttons !== false">
<button type="button" class="oe_button oe_kanban_button_new">Create</button>
<button type="button" class="oe_button oe_kanban_button_new oe_form_button_hi">Create</button>
</t>
</div>
<t t-name="KanbanView.group_header">