summaryrefslogtreecommitdiff
path: root/mobile/widgets
diff options
context:
space:
mode:
authorJunsuChoi <jsuya.choi@samsung.com>2016-11-22 13:42:55 +0900
committerJunsuChoi <jsuya.choi@samsung.com>2017-06-02 09:13:53 +0900
commit463fd8f6aaa58bbe150f92a7e215ceb7cd932117 (patch)
treef12ddf31f86169c039b996452c80fc98e058a4ee /mobile/widgets
parent407d51a1585d3688d7d5ac250ed9768e2ba2858a (diff)
downloadefl-theme-tizen-mobile-463fd8f6aaa58bbe150f92a7e215ceb7cd932117.tar.gz
efl-theme-tizen-mobile-463fd8f6aaa58bbe150f92a7e215ceb7cd932117.tar.bz2
efl-theme-tizen-mobile-463fd8f6aaa58bbe150f92a7e215ceb7cd932117.zip
Button : Add popup button color class and remove unused text style
Add popup button color class *add color class - button/popup/bg - button/popup/bg_pressed - button/popup/bg_disabled - button/popup/text - button/popup/text_pressed - button/popup/text_disabled - button/popup/effect unused text style is removed *remove text style - button_trans Change-Id: I639d77ff6352e93c50be2b503f15a01e11772870
Diffstat (limited to 'mobile/widgets')
-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. */