air skin shows spaces between tabs

The air skin is not displaying correctly for me. It shows spaces between tabs (like the default skin)

http://bauerapps.com/files/air_skin.png

http://bauerapps.com/files/air_skin.html

Also, the outer space area is grey. I think white would be better. (Maybe this is part of the same problem…)

Hello,

please make sure that you are creating tabbar from the webix.ready handler:

webix.ready(function(){
    webix.ui(...);
});