[FIX] kanban view background is correctly set (web_kanban)

the .oe_background_grey class only changed part of the kanban background
when it was scrolled.  This makes sure that the full table has a grey
background.
This commit is contained in:
Géry Debongnie 2014-11-07 14:21:01 +01:00
parent 166ddc98a9
commit 967969d7b4
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,9 @@
background: white;
height: inherit;
}
.openerp .oe_kanban_view.oe_background_grey > table.oe_kanban_groups {
background-color: #eee;
}
.openerp .oe_kanban_view .oe_kanban_column_higlight {
background: #eeddf6 !important;
}

View File

@ -50,6 +50,9 @@
// KanbanView {{{
//background: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQIHWP8DwTv379nAAFBQUEGhnfv3oHEwADEZgJLIRGMIClkLQCr3x2Htp/lLwAAAABJRU5ErkJggg==)
background: white
&.oe_background_grey
> table.oe_kanban_groups
background-color: #eee
height: inherit
.oe_kanban_column_higlight
background: #eeddf6 !important
@ -539,7 +542,6 @@
.oe_kanban_column, .oe_kanban_group_header
padding: 0px
background: #ffffff
.openerp
.oe_popup_form
.oe_kanban_buttons