summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile/color_classes.edc3
-rw-r--r--mobile/widgets/layout.edc2
2 files changed, 4 insertions, 1 deletions
diff --git a/mobile/color_classes.edc b/mobile/color_classes.edc
index 54ae9f3c..54b6a200 100644
--- a/mobile/color_classes.edc
+++ b/mobile/color_classes.edc
@@ -1361,6 +1361,9 @@ color_classes {
/*
* Layout
*/
+ color_class { "layout/editfield/bg";
+ color: 0 0 0 0;
+ }
color_class { "layout/editfield/underline";
color: 128 128 128 166;
}
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index adffa188..319ffafa 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -675,7 +675,7 @@ group { "elm/layout/editfield/singleline";
scale;
desc { "default";
min: 0 EDITFIELD_BG_HEIGHT_INC;
- color: 0 0 0 0;
+ color_class: "layout/editfield/bg";
}
}
spacer { "padding_top_left";