From 9c658596e117bdff36a9e6629d48c1ef947bba1f Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 7 Sep 2021 20:14:04 +0100 Subject: [PATCH] elm theme - more cc --- data/elementary/themes/edc/efl/video.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;