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.
22 lines
551 B
22 lines
551 B
@import "variables.less"; |
|
@import "../common/TabBar-compat.less"; |
|
@import "../common/domButtons/DomButtonWhiteCross-compat.css"; |
|
|
|
.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; |
|
} |
|
} |
|
*/
|
|
|