32 lines
566 B
CSS
Raw Normal View History

#Layout {
background-color: #232323;
}
ListView {
background-color: #232323;
2019-12-01 06:53:30 -05:00
margin-left: 15;
margin-top: 40;
}
2019-12-01 06:53:30 -05:00
#GroupTemplate {
align-items: end;
}
#GroupCell Label {
color: lightgray;
font-size: 12;
font-family: Courier New, Courier, monospace;
2019-12-01 06:53:30 -05:00
font-style: italic;
2019-12-01 16:14:36 -08:00
padding-top: 20;
}
2019-12-01 16:14:36 -08:00
#ItemCell Label {
color: white;
2019-12-01 16:14:36 -08:00
background-color: #232323;
2019-12-01 06:53:30 -05:00
font-size: 15;
font-family: Courier New, Courier, monospace;
2019-12-01 06:53:30 -05:00
font-style: normal;
text-align: left;
padding-top: 12;
}