[FIX] field statusbar css color between stages

bzr revid: al@openerp.com-20131118182416-picnqdmcwbqalk2y
This commit is contained in:
Antony Lesuisse 2013-11-18 19:24:16 +01:00
parent 07c80735df
commit 584d21a26f
2 changed files with 2 additions and 2 deletions

View File

@ -3399,7 +3399,7 @@ div.ui-widget-overlay {
background: transparent;
}
.openerp_ie ul.oe_form_status li > .arrow span, .openerp_ie ul.oe_form_status_clickable li > .arrow span {
background-color: #fefefe !important;
background-color: #eeeeee !important;
}
.openerp_ie ul.oe_form_status li.oe_active > .label, .openerp_ie ul.oe_form_status_clickable li.oe_active > .label {
border-bottom: 1px solid #729fcf;

View File

@ -2681,7 +2681,7 @@ div.ui-widget-overlay
background: transparent
> .arrow
span
background-color: #fefefe !important
background-color: #eeeeee !important
li.oe_active
> .label
border-bottom: 1px solid #729fcf