hswidgetplugin/fmradiohswidgetplugin/resource/fmradiohswidgetplugin.css
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 33 11b6825f0862
--- a/hswidgetplugin/fmradiohswidgetplugin/resource/fmradiohswidgetplugin.css	Fri Jun 11 13:38:32 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-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;
-}