themes/default/media: use color_classes

This commit is contained in:
Boris Faure 2020-07-27 22:07:12 +02:00
parent c3dd40261f
commit 845c080922
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,8 @@ group { name: "terminology/mediabusy";
rel1.to: "progress_area";
rel2.to: "progress_area";
rel2.relative: 0.0 1.0;
color: 51 153 255 255;
color: 255 255 255 255;
color_class: "GLOW";
image.normal: "media_busy_progress.png";
image.border: 5 5 0 0;
min: 10 40;
@ -55,6 +56,7 @@ group { name: "terminology/mediabusy";
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
color_class: "GLOW_HIGHLIGHT";
}
}
part { name: "knob";