libsysprof-gtk: setup some default styling for tracks

This commit is contained in:
Christian Hergert
2023-06-29 15:11:42 -07:00
parent 58853a85bb
commit 8373314bf3
3 changed files with 24 additions and 0 deletions

View File

@ -76,3 +76,21 @@ timeruler {
color: alpha(currentColor, .8);
background: alpha(@borders, .25);
}
tracks track chart {
margin-top: 1px;
}
tracks track info {
background: alpha(@borders, .5);
}
tracks track info button {
min-height: 0px;
min-width: 0px;
}
tracks row {
padding: 0;
margin: 0;
}
tracks row track info {
padding: 1px 0 0 0;
}