summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorwoochan lee <wc0917.lee@samsung.com>2016-01-04 14:48:26 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-01-04 14:48:31 -0800
commit918aaaf6ae2f0e0db9af84c453774ae9dac25f95 (patch)
treec0cf8cd657bf3eca1518d9f40101c42a07db9bc8 /data
parent128481c6cc4fa6392f96a0b57feb9673cf1abf3b (diff)
downloadelementary-918aaaf6ae2f0e0db9af84c453774ae9dac25f95.tar.gz
spinner: add color classes and text classes.
Summary: The following new color classes and text classes for spinner widget are added. "spinner_bg", "Spinner Background" @feature Reviewers: raster, cedric, Hermet, kimcinoo, woohyun Subscribers: SanghyeonLee, eagleeye, id213sin Differential Revision: https://phab.enlightenment.org/D3488 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/colorclasses.edc4
-rw-r--r--data/themes/edc/elm/spinner.edc3
2 files changed, 6 insertions, 1 deletions
diff --git a/data/themes/colorclasses.edc b/data/themes/colorclasses.edc
index 093f26fad..4fca5367e 100644
--- a/data/themes/colorclasses.edc
+++ b/data/themes/colorclasses.edc
@@ -231,6 +231,10 @@ color_classes {
color: WIN_DEFAULT_BASIC;
desc: "Base of a scroller widget";
}
+ color_class { name: "spinner_bg";
+ color: 0 0 0 0;
+ desc: "Background of a spinner widget";
+ }
color_class { name: "radio_text";
color: FN_COL_DEFAULT;
desc: "Text of a radio widget's label";
diff --git a/data/themes/edc/elm/spinner.edc b/data/themes/edc/elm/spinner.edc
index b2254bbbd..9b4257d71 100644
--- a/data/themes/edc/elm/spinner.edc
+++ b/data/themes/edc/elm/spinner.edc
@@ -9,9 +9,10 @@ group { name: "elm/spinner/base/default";
}
}
part { name: "bg";
- type: SPACER;
+ type: RECT;
scale: 1;
description { state: "default" 0.0;
+ color_class: "spinner_bg";
}
}
part { name: "inset"; mouse_events: 0;