mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-gtk: more subtle indicator style
This commit is contained in:
@ -110,11 +110,9 @@ tracks row track info {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation-sidebar label.indicator {
|
.navigation-sidebar label.indicator {
|
||||||
background: alpha(@accent_bg_color, .5);
|
color: alpha(currentColor, .5);
|
||||||
color: @accent_fg_color;
|
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
font-feature-settings: 'tnum';
|
font-feature-settings: 'tnum';
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
border: 1px solid alpha(@accent_bg_color,.6);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user