mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-gtk: fix styling of progress cell with backdrop
This commit is contained in:
@ -13,6 +13,9 @@ progresscell progress:backdrop {
|
|||||||
background: @borders;
|
background: @borders;
|
||||||
border-color: shade(@borders, .9);
|
border-color: shade(@borders, .9);
|
||||||
}
|
}
|
||||||
|
progresscell label:backdrop.in-progress {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
progresscell trough {
|
progresscell trough {
|
||||||
background: alpha(@borders, .5);
|
background: alpha(@borders, .5);
|
||||||
|
|||||||
Reference in New Issue
Block a user