ava: Restyle the Status Bar (#4048)

This commit is contained in:
Ac_K
2022-12-09 15:21:54 +01:00
committed by GitHub
parent b283a4adcd
commit cf01664698
3 changed files with 21 additions and 17 deletions

View File

@@ -138,6 +138,9 @@
<Style Selector="ListBoxItem:selected /template/ ContentPresenter">
<Setter Property="Background" Value="{DynamicResource AppListBackgroundColor}" />
</Style>
<Style Selector="ListBoxItem:selected /template/ Border#SelectionIndicator">
<Setter Property="MinHeight" Value="100" />
</Style>
<Style Selector="ListBoxItem:pointerover /template/ ContentPresenter">
<Setter Property="Background" Value="{DynamicResource AppListHoverBackgroundColor}" />
</Style>