Missing images in mx-navigationtree (IE + FF)

0
anyone ever have issues with custom images in the mx-navigation tree not showing up in IE11 and Firefox?  
asked
1 answers
0

this seems to work

.mx-navigationtree .navbar-inner > ul > li > a{
  padding-left: 65px;
  margin-left: 0px;
  img{
    position: absolute;
    left: 15px;
  }
}

 

answered