summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile/color_classes.edc6
-rw-r--r--mobile/widgets/toolbar.edc4
2 files changed, 8 insertions, 2 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;
}
diff --git a/mobile/widgets/toolbar.edc b/mobile/widgets/toolbar.edc
index d79518d3..da17bf24 100644
--- a/mobile/widgets/toolbar.edc
+++ b/mobile/widgets/toolbar.edc
@@ -503,7 +503,7 @@ group { "elm/toolbar/item/tabbar";
desc { "pressed";
inherit: "default";
vis;
- color: 0 0 0 76;
+ color_class: "toolbar_item/default/bg_pressed";
}
desc { "disabled";
inherit: "default";
@@ -1600,7 +1600,7 @@ group { "elm/toolbar/item/tabbar_with_title";
desc { "pressed";
inherit: "default";
vis;
- color: 0 0 0 76;
+ color_class: "toolbar_item/tabbar_with_title/bg_pressed";
}
desc { "disabled";
inherit: "default";