[IMP] menu css, don't display active color and need action hover the content document

bzr revid: chm@openerp.com-20130107133848-50ei3eioobx3z0a3
This commit is contained in:
Christophe Matthieu 2013-01-07 14:38:48 +01:00
parent 3937cb2d74
commit 61455bb8b0
2 changed files with 10 additions and 0 deletions

View File

@ -1274,6 +1274,12 @@
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.openerp .oe_secondary_submenu .oe_secondary_submenu {
margin-left: -20px;
}
.openerp .oe_secondary_submenu .oe_secondary_submenu li {
margin-left: 20px;
}
.openerp .oe_secondary_submenu .oe_menu_text {
white-space: nowrap;
overflow: hidden;

View File

@ -1086,6 +1086,10 @@ $sheet-padding: 16px
border-left: 4px solid transparent
border-right: 4px solid transparent
border-top: 4px solid #4c4c4c
.oe_secondary_submenu
margin-left: -20px
.oe_secondary_submenu li
margin-left: 20px
// }}}
// About openerp {{{