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.
25 lines (24 loc) • 815 B
text/less
@import "variables.less";
@import "../common/TabBar.less";
@import "../common/domButtons/DomButtonWhiteCross.css";
/* iOS 6 specific */
.dj_ios6.dj_phone {
.mblTabBarSegmentedControl {
.background-image-linear-gradient-top-bottom-2-stops(#d0d9e6, #587397, 0.025, #d0d9e6, 0.025, #beccdd);
.mblTabBarButton {
.background-image-linear-gradient-top-bottom(#b0bccd, #6d84a2);
}
.mblTabBarButtonSelected {
.background-image-linear-gradient-top-bottom(#8ea4c1, #4a6c9b);
}
}
.mblTabBarStandardTab {
.background-image-linear-gradient-top-bottom-2-stops(#d0d9e6, #587397, 0.025, #d0d9e6, 0.025, #beccdd);
.mblTabBarButton {
.background-image-linear-gradient-top-bottom(#b0bccd, #6d84a2);
}
.mblTabBarButtonSelected {
.background-image-linear-gradient-top-bottom(#8ea4c1, #4a6c9b);
}
}
}