theme - xkb module - make lettering more readable over flag

This commit is contained in:
Carsten Haitzler 2014-02-23 21:29:55 +09:00
parent 27b45c051b
commit cbaadf05c6
1 changed files with 4 additions and 2 deletions

View File

@ -22,13 +22,14 @@ group { name: "e/modules/xkbswitch/main";
}
}
part { name: "e.text.label"; type: TEXT; mouse_events: 0;
effect: SHADOW BOTTOM;
effect: GLOW;
description { state: "default" 0.0;
rel1.to: "e.swallow.flag";
rel1.relative: 0.0 0.5;
rel2.to: "e.swallow.flag";
rel2.relative: 1.0 0.5;
color: 255 255 255 0;
color2: 0 0 0 0;
color3: 0 0 0 0;
text { font: FN; size: 9;
min: 0 1;
@ -39,7 +40,8 @@ group { name: "e/modules/xkbswitch/main";
description { state: "visible" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color3: 0 0 0 128;
color2: 0 0 0 128;
color3: 0 0 0 24;
}
}
part { name: "bevel"; mouse_events: 0;