@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);
|
}
|
}
|
}
|