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.
62 lines
2.0 KiB
62 lines
2.0 KiB
@import "../common/domButtons/DomButtonWhiteCross-compat.css"; |
|
/* dojox.mobile.TabBar */ |
|
.dj_ie6 .mblTabBar .mblTabBarButton { |
|
display: inline; |
|
} |
|
/* barType="tabBar" */ |
|
.mblTabBarTabBar { |
|
background-image: none; |
|
background-color: #000000; |
|
} |
|
.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_gecko .mblTabBarSegmentedControl .mblTabBarButton { |
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.305); |
|
} |
|
.dj_ff3 .mblTabBarSegmentedControl .mblTabBarButton:first-child { |
|
-moz-border-radius-topleft: 5px; |
|
-moz-border-radius-bottomleft: 5px; |
|
} |
|
.dj_ff3 .mblTabBarSegmentedControl .mblTabBarButton:last-child { |
|
-moz-border-radius-topright: 5px; |
|
-moz-border-radius-bottomright: 5px; |
|
} |
|
.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; |
|
}
|
|
|