libsysprof-gtk: some progress style and text tweaks

This commit is contained in:
Christian Hergert
2023-06-09 15:15:40 -07:00
parent 626ccdce4d
commit 89173fdce7
2 changed files with 21 additions and 6 deletions

View File

@ -5,6 +5,10 @@ progresscell progress {
border-right: none;
}
progresscell {
min-height: 18px;
}
progresscell progress:backdrop {
background: @borders;
border-color: shade(@borders, .9);
@ -19,6 +23,7 @@ progresscell trough {
progresscell label {
font-size: 0.9em;
padding: 1px 3px;
font-feature-settings: 'tnum';
}
progresscell label.in-progress {