summaryrefslogtreecommitdiff
path: root/mobile/widgets/button.edc
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/widgets/button.edc')
-rw-r--r--mobile/widgets/button.edc30
1 files changed, 30 insertions, 0 deletions
diff --git a/mobile/widgets/button.edc b/mobile/widgets/button.edc
index 33b0566c..e705db55 100644
--- a/mobile/widgets/button.edc
+++ b/mobile/widgets/button.edc
@@ -1809,6 +1809,36 @@
image.normal: "core_button_bg.#.png";
}
}
+ rect { "clipper_bg";
+ desc { "default";
+ color_class: "button/popup/bg";
+ }
+ desc { "pressed";
+ color_class: "button/popup/bg_pressed";
+ }
+ desc { "disabled";
+ color_class: "button/popup/bg_disabled";
+ }
+ }
+ rect { "clipper_bg_effect";
+ desc { "default";
+ color_class: "button/popup/effect";
+ }
+ desc { "pressed";
+ color: 255 255 255 255;
+ }
+ }
+ textblock { "elm.text";
+ desc { "default";
+ text.style: "button_popup";
+ }
+ desc { "pressed";
+ text.style: "button_popup_press";
+ }
+ desc { "disabled";
+ text.style: "button_popup_dim";
+ }
+ }
}
}
/* This transparent button style is used by applications which use webview. */