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.
 
 
 
 
 
 

80 lines
2.3 KiB

@import "../common/domButtons/DomButtonWhiteCross-compat.css";
/* dojox.mobile.TabBar */
.dj_ie6 .mblTabBar .mblTabBarButton {
display: inline;
}
/* barType="tabBar" */
.mblTabBarTabBar {
background-color: rgba(0, 0, 0, 0);
background-image: none;
border-style: none;
line-height: 0.5em;
}
.dj_ff3 .mblTabBarTabBar .mblTabBarButtonSelected {
-moz-border-radius: 3px;
}
/* barType="segmentedControl" | "standardTab" */
.mblTabBarSegmentedControl,
.mblTabBarStandardTab {
background-image: url(compat/heading-bg.png);
}
.mblTabBarSegmentedControl .mblTabBarButton,
.mblTabBarStandardTab .mblTabBarButton {
background-image: url(compat/tab-seg-button-bg.png);
}
.mblTabBarSegmentedControl .mblTabBarButtonSelected,
.mblTabBarStandardTab .mblTabBarButtonSelected {
background-image: url(compat/tab-seg-sel-button-bg.png);
}
.dj_ff3 .mblTabBarSegmentedControl .mblTabBarButton:first-child {
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
}
.dj_ff3 .mblTabBarSegmentedControl .mblTabBarButton:last-child {
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
}
.dj_ff3 .mblTabBarStandardTab .mblTabBarButton {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
/* barType="slimTab" */
.mblTabBarSlimTab {
background-image: url(compat/tab-slim-bar-bg.png);
}
.dj_gecko .mblTabBarSlimTab {
background-image: -moz-linear-gradient(top, #2d2d2d 0%, #141414 50%, #000000 50%, #000000 100%);
}
.dj_gecko .mblTabBarSlimTab .mblTabBarButton {
background-image: -moz-linear-gradient(top, #2d2d2d 0%, #141414 50%, #000000 50%, #000000 100%);
}
.dj_gecko .mblTabBarSlimTab .mblTabBarButtonSelected {
background-image: -moz-linear-gradient(top, #313031 0%, #5a555a 50%, #616161 50%, #959595 100%);
}
/* barType="flatTab" */
/* barType="tallTab" */
.mblTabBarTallTab {
background-image: url(compat/tab-tall-bar-bg.png);
}
.mblTabBarTallTab .mblTabBarButtonSelected {
background-color: #8c8e8c;
}
.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;
}
}
*/