libsysprof-gtk: more subtle indicator style

This commit is contained in:
Christian Hergert
2023-07-14 15:15:03 -07:00
parent 2146e16931
commit 0afc861b16

View File

@ -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);
} }