[-] BO : fix bug #PSCFV-2387 - z-index fixes

This commit is contained in:
tDidierjean
2012-05-18 09:20:53 +00:00
parent f46c098e8b
commit ad103e258a
2 changed files with 11 additions and 6 deletions
+10 -5
View File
@@ -2334,8 +2334,13 @@ margin-bottom:7px;
margin-top: 3px;
}
#multishop-tree a.selected{
background-color: #49B2FF;
padding: 3px;
color: #FFFFFF;
}
#multishop-tree a.selected{
background-color: #49B2FF;
padding: 3px;
color: #FFFFFF;
}
.datepicker{
position: relative;
z-index:20;
}