aurora/aurora-sharp-desktop/Aurora/UserInterface/Controls/NavigationMenu/NavigationMenu.css
2021-04-10 10:20:50 -04:00

26 lines
454 B
CSS

ListView {
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: 20;
}
#ItemCell Label {
color: white;
font-size: 15;
font-family: Courier New, Courier, monospace;
font-style: normal;
text-align: left;
padding-top: 12;
}