mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: some progress style and text tweaks
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user