mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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 {
|
||||
background: alpha(@accent_bg_color, .5);
|
||||
color: @accent_fg_color;
|
||||
color: alpha(currentColor, .5);
|
||||
border-radius: 50px;
|
||||
padding: 1px 5px;
|
||||
font-feature-settings: 'tnum';
|
||||
font-size: .8em;
|
||||
border: 1px solid alpha(@accent_bg_color,.6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user