Frequency navigation
This commit is contained in:
@@ -40,6 +40,21 @@
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
<Style Selector="ListBox.CommandPalette">
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="HorizontalAlignment" Value="Stretch" />
|
||||
</Style>
|
||||
<Style Selector="ListBox.CommandPalette > ListBoxItem">
|
||||
<Setter Property="Margin" Value="0" />
|
||||
<Setter Property="Padding" Value="0" />
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
||||
<Setter Property="HorizontalAlignment" Value="Stretch" />
|
||||
</Style>
|
||||
<Style Selector="ListBox.CommandPalette > ListBoxItem[IsSelected=true] TextBlock">
|
||||
<Setter Property="Foreground" Value="{DynamicResource SelectedItemForegroundBrush}" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="Grid.SidebarContainerPresenter">
|
||||
<Setter Property="Background" Value="#01000000" />
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user