sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
815 B

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