summaryrefslogtreecommitdiff
path: root/mobile/color_classes.edc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-11-04 17:19:15 +0900
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-11-04 01:27:18 -0700
commit036bd8558d27315034285084db5796cd5dc014cb (patch)
tree2b132094b78b40eb7224ed328390dd65739deaa6 /mobile/color_classes.edc
parent47cbb00820e12cfc16f6dbcc97019229c1033167 (diff)
downloadefl-theme-tizen-mobile-036bd8558d27315034285084db5796cd5dc014cb.tar.gz
efl-theme-tizen-mobile-036bd8558d27315034285084db5796cd5dc014cb.tar.bz2
efl-theme-tizen-mobile-036bd8558d27315034285084db5796cd5dc014cb.zip
toolbar: add color_classes
- Addition "toolbar_item/default/bg_pressed" B043 "toolbar_item/tabbar_with_title/bg_pressed" B043 Change-Id: I5808690c89b29f339978518ca2d23ad15138c9c5
Diffstat (limited to 'mobile/color_classes.edc')
-rw-r--r--mobile/color_classes.edc6
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/color_classes.edc b/mobile/color_classes.edc
index aea79882..27d40062 100644
--- a/mobile/color_classes.edc
+++ b/mobile/color_classes.edc
@@ -1772,6 +1772,9 @@ color_classes {
color_class { "toolbar_item/default/bg";
color: 61 185 204 255;
}
+ color_class { "toolbar_item/default/bg_pressed";
+ color: 0 0 0 76;
+ }
color_class { "toolbar_item/default/underline";
color: 249 249 249 255;
}
@@ -1817,6 +1820,9 @@ color_classes {
color_class { "toolbar_item/tabbar_with_title/bg";
color: 61 185 204 255;
}
+ color_class { "toolbar_item/tabbar_with_title/bg_pressed";
+ color: 0 0 0 76;
+ }
color_class { "toolbar_item/tabbar_with_title/underline";
color: 249 249 249 255;
}