hswidgetplugin/fmradiohswidgetplugin/resource/fmradiohswidgetplugin.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:38:32 +0300
changeset 28 075425b8d9a4
parent 19 afea38384506
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

HbMarqueeItem#marquee1::text {
    text-height: var(hb-param-text-height-tiny);
    font-variant: secondary;
    color: qtc_hs_list_item_title;
    text-align: center center;
    text-wrap-mode: no-wrap;
}

HbMarqueeItem#marquee2::text {
    text-height: var(hb-param-text-height-tiny);
    font-variant: secondary;
    color: qtc_hs_list_item_content;
    text-align: center center;
    text-wrap-mode: no-wrap;
}

HbMarqueeItem#marquee3::text {
    text-height: var(hb-param-text-height-tiny);
    font-variant: secondary;
    color: red;
    text-align: center center;
    text-wrap-mode: no-wrap;
}

HbPushButton#tunerBackgroundPushButton::text,
HbPushButton[state = "normal"]#tunerBackgroundPushButton::text {
    color: grey;
    text-align: left bottom;
}

HbPushButton[state = "normal"]#tunerBackgroundPushButton::background {
    border-width: 1un;
}

HbPushButton[state = "highlight"]#tunerBackgroundPushButton::text {
    color: yellow;
    text-align: right top;
}

HbPushButton[state = "pressed"]#tunerBackgroundPushButton::text {
    color: red;
    text-align: center center;
}

HbPushButton[state = "normal"]#tunerBackgroundPushButton::background {
    frame-graphics-name: "qtg_fr_tuner";
    frame-graphics-type: ThreePiecesHorizontal;
}

HbPushButton[state = "pressed"]#tunerBackgroundPushButton::background {
    frame-graphics-name: "qtg_fr_hsitems2_pressed";
    frame-graphics-type: NinePieces;
}


HbPushButton[state = "latched"]#tunerBackgroundPushButton::text {
    color: green;
    text-align: top center;
}

HbPushButton[state = "latched"]#tunerBackgroundPushButton::background {
    border-width: 0un;
}

HbPushButton[state = "disabled"]#tunerBackgroundPushButton::text {
    color: brown;
    text-align: right bottom;
}