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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15366 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-18 09:20:53 +00:00
parent c30fff9b49
commit 7670c2d207
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;
}