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.
20 lines (19 loc) • 686 B
CSS
/* barType="segmentedControl" | "standardTab" Rtl */
.dj_ff3 .mblTabBarSegmentedControl .mblTabBarButtonRtl:first-child {
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 0px;
}
.dj_ff3 .mblTabBarSegmentedControl .mblTabBarButtonRtl:last-child {
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 0px;
}
.dj_ff3 .mblTabBarStandardTab .mblTabBarButtonRtl {
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 0px;
}