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