dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
23 lines (20 loc) • 551 B
text/less
@import "variables.less";
@import "../common/TabBar-compat.less";
@import "../common/domButtons/DomButtonWhiteCross-compat.css";
.mblTabBarSegmentedControl, .mblTabBarStandardTab {
background-image: none;
}
.mblTabBarSegmentedControl .mblTabBarButton, .mblTabBarStandardTab .mblTabBarButton {
background-image: none;
}
/*
.mblTabBarSegmentedControl, .mblTabBarStandardTab {
background-image: url(compat/heading-bg.png);
.mblTabBarButton {
background-image: none;
}
.mblTabBarButtonSelected {
background-image: none;
}
}
*/