diff options
author | Jee-Yong Um <jc9.um@samsung.com> | 2016-12-06 12:10:01 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-12-06 14:08:15 +0900 |
commit | 967c7c7195821d6a48f44e0b2fbd4111a73038d8 (patch) | |
tree | 5bf3100f150a3da879bb61fdfd6705774908e89c /data | |
parent | 24a6f31252d4d261a439f5343ee6f3e69b20a072 (diff) |
Elm.Button: fix color class descriptions
Reviewers: cedric, jpeg
Reviewed By: jpeg
Differential Revision: https://phab.enlightenment.org/D4457
Diffstat (limited to 'data')
-rw-r--r-- | data/elementary/themes/colorclasses.edc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc index 5c2a572..bf294bf 100644 --- a/data/elementary/themes/colorclasses.edc +++ b/data/elementary/themes/colorclasses.edc | |||
@@ -92,27 +92,27 @@ color_classes { | |||
92 | // widgets | 92 | // widgets |
93 | color_class { name: "button_bg"; | 93 | color_class { name: "button_bg"; |
94 | color: 255 255 255 255; | 94 | color: 255 255 255 255; |
95 | desc: "Text of a button"; | 95 | desc: "Background of a button"; |
96 | } | 96 | } |
97 | color_class { name: "button_bg_pressed"; | 97 | color_class { name: "button_bg_pressed"; |
98 | color: 255 255 255 255; | 98 | color: 255 255 255 255; |
99 | desc: "Text of a button"; | 99 | desc: "Background of a pressed button"; |
100 | } | 100 | } |
101 | color_class { name: "button_bg_disabled"; | 101 | color_class { name: "button_bg_disabled"; |
102 | color: 255 255 255 255; | 102 | color: 255 255 255 255; |
103 | desc: "Text of a button"; | 103 | desc: "Background of a disabled button"; |
104 | } | 104 | } |
105 | color_class { name: "button_icon"; | 105 | color_class { name: "button_icon"; |
106 | color: 255 255 255 255; | 106 | color: 255 255 255 255; |
107 | desc: "Text of a button"; | 107 | desc: "Icon of a button"; |
108 | } | 108 | } |
109 | color_class { name: "button_icon_pressed"; | 109 | color_class { name: "button_icon_pressed"; |
110 | color: 255 255 255 255; | 110 | color: 255 255 255 255; |
111 | desc: "Text of a button"; | 111 | desc: "Icon of a pressed button"; |
112 | } | 112 | } |
113 | color_class { name: "button_icon_disabled"; | 113 | color_class { name: "button_icon_disabled"; |
114 | color: 255 255 255 64; | 114 | color: 255 255 255 64; |
115 | desc: "Text of a button"; | 115 | desc: "Icon of a disabled button"; |
116 | } | 116 | } |
117 | color_class { name: "button_text"; | 117 | color_class { name: "button_text"; |
118 | color: FN_COL_DEFAULT; | 118 | color: FN_COL_DEFAULT; |
@@ -120,7 +120,7 @@ color_classes { | |||
120 | } | 120 | } |
121 | color_class { name: "button_text_pressed"; | 121 | color_class { name: "button_text_pressed"; |
122 | color: FN_COL_DEFAULT; | 122 | color: FN_COL_DEFAULT; |
123 | desc: "Text of a button"; | 123 | desc: "Text of a pressed button"; |
124 | } | 124 | } |
125 | color_class { name: "button_text_disabled"; | 125 | color_class { name: "button_text_disabled"; |
126 | color: FN_COL_DISABLE; | 126 | color: FN_COL_DISABLE; |