[FIX] Fix css which make unusable the option dropdown for unpublished product. When an user was hover on a product not published and was trying to go in submenu, he had lost cursor, because he was changing div due to opacoty little than 1.

bzr revid: jke@openerp.com-20140318092341-ncgb173y0xfiaj87
This commit is contained in:
Kersten Jeremy 2014-03-18 10:23:41 +01:00
parent ea4e924208
commit 77622d3b24
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ ul.nav-stacked > li > a {
display: none;
}
[data-publish='off'] {
[data-publish='off'] > *:not(.css_options) {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
}

View File

@ -200,7 +200,7 @@ ul.nav-stacked > li > a
.btn-success, .css_unpublish
display: none
[data-publish='off']
[data-publish='off']>*:not(.css_options)
+opacity(0.5)
/* ---- END of PUBLISH ---- */