hswidgetplugin/fmradiohswidgetplugin/resource/fmradiohswidgetplugin.css
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 26 6bcf277166c1
parent 33 11b6825f0862
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
     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 }