summaryrefslogtreecommitdiff
path: root/data/themes/edc/elm/multibuttonentry.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/edc/elm/multibuttonentry.edc')
-rw-r--r--data/themes/edc/elm/multibuttonentry.edc8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/edc/elm/multibuttonentry.edc b/data/themes/edc/elm/multibuttonentry.edc
index 0cca89713..5568b4b63 100644
--- a/data/themes/edc/elm/multibuttonentry.edc
+++ b/data/themes/edc/elm/multibuttonentry.edc
@@ -121,6 +121,9 @@ group { name: "elm/multibuttonentry/btn/default";
color: 255 255 255 255;
visible: 1;
}
+ description { state: "unfocused" 0.0;
+ inherit: "default" 0.0;
+ }
}
part { name: "close"; mouse_events: 0;
description { state: "default" 0.0;
@@ -242,6 +245,11 @@ group { name: "elm/multibuttonentry/btn/default";
}
}
program {
+ signal: "elm,state,unfocused"; source: "elm";
+ action: STATE_SET "unfocused" 0.0;
+ target: "glow";
+ }
+ program {
signal: "mouse,down,1"; source: "base";
script {
if (get_int(disabled) == 0) {