I m trying to add a custom icon to a TabPanel but when I do that it just shows a dark box with rounded corners.
My css looks like this: http://pastebin.org/447682
The code in the url is base64 for some random rss icon I found on the web. I also tried to add a relative url to an image but without any success.
If I change my code to use a base64 from the ext-touch.css file ( http://pastebin.org/447685 ) it works all fine, so why wouldn t it accept my custom icon?
Note: I don t need an rss icon. I just tried that for testing purposes.