elm theme - more cc

This commit is contained in:
Carsten Haitzler 2021-08-08 00:29:05 +01:00
parent 12ef80292e
commit a43d38a426
1 changed files with 6 additions and 5 deletions

View File

@ -3,10 +3,11 @@ group { name: "elm/notify/block_events/default";
parts {
part { name: "block_events"; type: RECT;
desc { state: "default";
color: 0 0 0 0;
color_class: "/dim/normal/notify";
color: 255 255 255 0; // no cc
}
desc { "visible";
color: 0 0 0 128;
color: 255 255 255 255; // no cc
}
}
program { signal: "mouse,clicked,1"; source: "block_events";
@ -40,11 +41,11 @@ group { name: "elm/notify/top/default";
description { state: "default" 0.0;
rel1.offset: -500 -500;
rel2.offset: 499 499;
color: 255 255 255 0;
color: 255 255 255 0; // no cc
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color: 255 255 255 255; // no cc
}
}
part { name: "shadow"; mouse_events: 0;
@ -61,7 +62,7 @@ group { name: "elm/notify/top/default";
clip_to: "clip";
scale: 1;
description { state: "default" 0.0;
color: 48 48 48 255;
color_class: "/bg/normal/popup/base";
rel1.offset: 10 10;
rel2.offset: -11 -11;
rel1.relative: 0.0 -1.0;