Change Icons of Tabs Active and Inactive? Ionic 2 Please help

Sloved it by changing the path of the images.
So now it shows on Browser and on my Device with Ionic View.
I changed

background-image: url(../../assets/img/categories_active.png);

to

background-image: url(../assets/img/categories_active.png);

cheers