diff --git a/data/elementary/themes/edc/efl/video.edc b/data/elementary/themes/edc/efl/video.edc index 54b228c194..961e0db386 100644 --- a/data/elementary/themes/edc/efl/video.edc +++ b/data/elementary/themes/edc/efl/video.edc @@ -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;