mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: setup some default styling for tracks
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user