What CSS should I use to change the background color of the selected UITabBarItem using pixate?
I've tried this, and it doesn't seem to work.
tab-bar-item:selected {
background-color: gray;
}
What am I doing wrong?
What CSS should I use to change the background color of the selected UITabBarItem using pixate?
I've tried this, and it doesn't seem to work.
tab-bar-item:selected {
background-color: gray;
}
What am I doing wrong?
For some reason I had to use "tab-bar selection"
I also had to set the background size of it to something reasonable so that it would work. I don't know if this is the way but it works for me.