ux: new style for page switcher

This commit is contained in:
leo 2024-06-25 11:44:39 +08:00
parent 8acc0f1104
commit 11c687538e
No known key found for this signature in database
2 changed files with 26 additions and 26 deletions

View file

@ -650,9 +650,10 @@
</Style>
<Style Selector="ListBox.page_switcher ListBoxItem">
<Setter Property="Margin" Value="4,0,2,0"/>
<Setter Property="Height" Value="28"/>
<Setter Property="Margin" Value="0"/>
<Setter Property="Padding" Value="0"/>
<Setter Property="CornerRadius" Value="4"/>
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Border2}"/>
</Style>
<Style Selector="ListBox.page_switcher ListBoxItem:pointerover /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Background" Value="Transparent"/>