libsysprof-gtk: fix styling of progress cell with backdrop

This commit is contained in:
Christian Hergert
2023-07-14 14:41:00 -07:00
parent 9e40096675
commit 866b693ef1

View File

@ -13,6 +13,9 @@ progresscell progress:backdrop {
background: @borders;
border-color: shade(@borders, .9);
}
progresscell label:backdrop.in-progress {
color: inherit;
}
progresscell trough {
background: alpha(@borders, .5);