hswidgetplugin/fmradiohswidgetplugin/resource/fmradiohswidgetplugin.css
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 33 11b6825f0862
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
     1 HbMarqueeItem#marquee1::text {
       
     2     text-height: var(hb-param-text-height-tiny);
       
     3     font-variant: secondary;
       
     4     color: qtc_hs_list_item_title;
       
     5     text-align: center center;
       
     6     text-wrap-mode: no-wrap;
       
     7 }
       
     8 
       
     9 HbMarqueeItem#marquee2::text {
       
    10     text-height: var(hb-param-text-height-tiny);
       
    11     font-variant: secondary;
       
    12     color: qtc_hs_list_item_content;
       
    13     text-align: center center;
       
    14     text-wrap-mode: no-wrap;
       
    15 }
       
    16 
       
    17 HbMarqueeItem#marquee3::text {
       
    18     text-height: var(hb-param-text-height-tiny);
       
    19     font-variant: secondary;
       
    20     color: red;
       
    21     text-align: center center;
       
    22     text-wrap-mode: no-wrap;
       
    23 }
       
    24 
       
    25 HbPushButton#tunerBackgroundPushButton::text,
       
    26 HbPushButton[state = "normal"]#tunerBackgroundPushButton::text {
       
    27     color: grey;
       
    28     text-align: left bottom;
       
    29 }
       
    30 
       
    31 HbPushButton[state = "normal"]#tunerBackgroundPushButton::background {
       
    32     border-width: 1un;
       
    33 }
       
    34 
       
    35 HbPushButton[state = "highlight"]#tunerBackgroundPushButton::text {
       
    36     color: yellow;
       
    37     text-align: right top;
       
    38 }
       
    39 
       
    40 HbPushButton[state = "pressed"]#tunerBackgroundPushButton::text {
       
    41     color: red;
       
    42     text-align: center center;
       
    43 }
       
    44 
       
    45 HbPushButton[state = "normal"]#tunerBackgroundPushButton::background {
       
    46     frame-graphics-name: "qtg_fr_tuner";
       
    47     frame-graphics-type: ThreePiecesHorizontal;
       
    48 }
       
    49 
       
    50 HbPushButton[state = "pressed"]#tunerBackgroundPushButton::background {
       
    51     frame-graphics-name: "qtg_fr_hsitems2_pressed";
       
    52     frame-graphics-type: NinePieces;
       
    53 }
       
    54 
       
    55 
       
    56 HbPushButton[state = "latched"]#tunerBackgroundPushButton::text {
       
    57     color: green;
       
    58     text-align: top center;
       
    59 }
       
    60 
       
    61 HbPushButton[state = "latched"]#tunerBackgroundPushButton::background {
       
    62     border-width: 0un;
       
    63 }
       
    64 
       
    65 HbPushButton[state = "disabled"]#tunerBackgroundPushButton::text {
       
    66     color: brown;
       
    67     text-align: right bottom;
       
    68 }