31 lines
534 B
CSS
31 lines
534 B
CSS
#Layout {
|
|
background-color: #232323;
|
|
}
|
|
|
|
ListView {
|
|
background-color: #232323;
|
|
margin-left: 15;
|
|
margin-top: 40;
|
|
}
|
|
|
|
#GroupTemplate {
|
|
align-items: end;
|
|
}
|
|
|
|
#GroupCell Label {
|
|
color: lightgray;
|
|
font-size: 12;
|
|
font-family: Courier New, Courier, monospace;
|
|
font-style: italic;
|
|
padding-top: 18;
|
|
}
|
|
|
|
#ItemCell label {
|
|
color: white;
|
|
font-size: 15;
|
|
font-family: Courier New, Courier, monospace;
|
|
font-style: normal;
|
|
text-align: left;
|
|
padding-top: 12;
|
|
}
|