[IMP] color setting is now done using, 'web_widget_color' module;

[REM] old behaviour with random colour;
[ADD] Migration script between v 0.4 and v 1.0;
This commit is contained in:
Sylvain LE GAL
2015-04-09 02:20:58 +02:00
parent e8188d80d6
commit c83923b31a
6 changed files with 66 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
.openerp .oe_kanban_view .oe_dashbaord_tile{
width: 150px;
height: 150px;
border: 0;
border: 1px solid;
border-radius: 0;
}
.openerp .oe_kanban_view .oe_dashbaord_tile .tile_count{
@@ -14,62 +14,4 @@
.openerp .oe_kanban_view .oe_dashbaord_tile .tile_label{
padding: 9px;
font-size: 15px;
}
.openerp .oe_kanban_view .oe_dashbaord_tile a{
color: #fff;
}
.openerp .oe_kanban_view .oe_dashbaord_tile.oe_tile_color_,
.openerp .oe_kanban_view .oe_dashbaord_tile.oe_tile_color_ a,
.openerp .oe_kanban_view .oe_dashbaord_tile .oe_dropdown_menu a{
color: #000;
}
.openerp .oe_kanban_view .oe_tile_color_1,
.openerp .oe_dashbaord_tile a.oe_kanban_color_1{
background: #CD2513;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_2,
.openerp .oe_dashbaord_tile a.oe_kanban_color_2{
background: #CDC713;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_3,
.openerp .oe_dashbaord_tile a.oe_kanban_color_3{
background: #57158A;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_4,
.openerp .oe_dashbaord_tile a.oe_kanban_color_4{
background: #0E9B2D;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_5,
.openerp .oe_dashbaord_tile a.oe_kanban_color_5{
background: #7F0C00;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_6,
.openerp .oe_dashbaord_tile a.oe_kanban_color_6{
background: #7F7B00;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_7,
.openerp .oe_dashbaord_tile a.oe_kanban_color_7{
background: #320455;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_8,
.openerp .oe_dashbaord_tile a.oe_kanban_color_8{
background: #CD6E13;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_9,
.openerp .oe_dashbaord_tile a.oe_kanban_color_9{
background: #0E6C7E;
color: #fff;
}
.openerp .oe_kanban_view .oe_tile_color_0,
.openerp .oe_dashbaord_tile a.oe_kanban_color_0{
background: #006015;
color: #fff;
}