elm theme - more cc

This commit is contained in:
Carsten Haitzler 2021-09-07 20:14:04 +01:00
parent 51bb2f48e1
commit 9c658596e1
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ group { name: "efl/video";
parts {
part { name: "clipper"; type: RECT;
description { state: "default" 0.0;
color: 255 255 255 255;
color: 255 255 255 255; // no cc
}
description { state: "darker" 0.0;
color: 128 128 128 255;
color: 128 128 128 255; // no cc
}
}
part { name: "efl.video"; type: SWALLOW; mouse_events: 1;