[FIX] web_kanban: hide the counter on the top of column to display option drop down when the mouse is hover.

bzr revid: chm@openerp.com-20130415114545-e557dsr4y0qkh8ff
This commit is contained in:
Christophe Matthieu 2013-04-15 13:45:45 +02:00
parent 5fd1e56566
commit e07cf38910
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,9 @@
top: 8px;
font-weight: bold;
}
.openerp .oe_kanban_view .oe_kanban_header:hover .oe_kanban_group_length {
display: none;
}
.openerp .oe_kanban_view .ui-sortable-placeholder {
border: 1px solid rgba(0, 0, 0, 0.1);
visibility: visible !important;

View File

@ -61,6 +61,8 @@
position: relative
top: +8px
font-weight: bold
.oe_kanban_header:hover .oe_kanban_group_length
display: none
.ui-sortable-placeholder
border: 1px solid rgba(0,0,0,0.1)
visibility: visible !important