blob: 8cd9aa0b5e91dd5bc981a91c72cb7c2ad67199d8 [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@namespace "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@media (os-platform: "ios") {
ActionBar {
defaultButtonAppearance: beveled;
titleAlign: center;
}
}
ActionBar
{
chromeColor: #000000;
defaultButtonAppearance: normal;
skinClass: ClassReference("spark.skins.mobile.ActionBarSkin");
textShadowAlpha: .65;
textShadowColor: #000000;
paddingBottom: 1;
paddingLeft: 0;
paddingRight: 0;
paddingTop: 1;
}
ActionBar #titleDisplay
{
fontFamily: "Papyrus";
fontWeight: normal;
}
Label
{
fontFamily: "Papyrus";
fontWeight: bold;
}
Button
{
fontFamily: "Papyrus";
}
TabbedViewNavigator #tabBar
{
chromeColor: #000000;
color: #FFFFFF;
fontSize: 19;
fontWeight: bold;
fontFamily: "Papyrus";
iconPlacement: top;
interactionMode: mouse;
textShadowAlpha: 0;
}
TabbedViewNavigator ButtonBarButton:upAndSelected,
TabbedViewNavigator ButtonBarButton:overAndSelected,
TabbedViewNavigator ButtonBarButton:downAndSelected
{
chromeColor: #51B8F2;
color: #FFFFFF;
}
TabbedViewNavigator ButtonBarButton:up
{
color: #CCCCCC;
}